<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>about:crash</title>
	<atom:link href="http://ivankalev.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ivankalev.wordpress.com</link>
	<description></description>
	<lastBuildDate>Sat, 30 Aug 2008 16:47:31 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='ivankalev.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/5968be3e4eae17e4061dbfe71baad908?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>about:crash</title>
		<link>http://ivankalev.wordpress.com</link>
	</image>
			<item>
		<title>Bypassing the RapidShare&#8217;s &#8220;Please be patient&#8221; 30 seconds timeout</title>
		<link>http://ivankalev.wordpress.com/2008/08/30/bypassing-the-rapidshares-please-be-patient-30-seconds-timeout/</link>
		<comments>http://ivankalev.wordpress.com/2008/08/30/bypassing-the-rapidshares-please-be-patient-30-seconds-timeout/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 16:43:49 +0000</pubDate>
		<dc:creator>ivankalev</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://ivankalev.wordpress.com/?p=12</guid>
		<description><![CDATA[To bypass the 30 seconds download timeout in RapidShare, you just have to re-define the global variable &#8220;c&#8221;. For those not familiar with scripting:
1) Install the Firebug Add-On for Firefox (if you don&#8217;t have it yet)
2) Click on the Firebug icon in the right-bottom corner of Firefox and then turn the Console Option on
3) Write [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivankalev.wordpress.com&blog=4661646&post=12&subd=ivankalev&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>To bypass the 30 seconds download timeout in RapidShare, you just have to re-define the global variable &#8220;c&#8221;. For those not familiar with scripting:</p>
<p>1) Install the Firebug Add-On for Firefox (if you don&#8217;t have it yet)<br />
2) Click on the Firebug icon in the right-bottom corner of Firefox and then turn the Console Option on<br />
3) Write the following code into the Console: </p>
<pre style="font:8pt 'Courier New', 'Sans-Serif', 'Courier';background:#0a0a0a;color:#666666;white-space:pre;border:1px solid #242424;margin:10px;padding:10px;">
c = 0;
</pre>
<p>Finally hit the Return key and the magic is done.</p>
<p>An alternative without installing Firebug is to write the following in the address bar:</p>
<pre style="font:8pt 'Courier New', 'Sans-Serif', 'Courier';background:#0a0a0a;color:#666666;white-space:pre;border:1px solid #242424;margin:10px;padding:10px;">
javascript: void( c = 0 );
</pre>
<p>but it&#8217;s more typing <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ivankalev.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ivankalev.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ivankalev.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ivankalev.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ivankalev.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ivankalev.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ivankalev.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ivankalev.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ivankalev.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ivankalev.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ivankalev.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ivankalev.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivankalev.wordpress.com&blog=4661646&post=12&subd=ivankalev&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ivankalev.wordpress.com/2008/08/30/bypassing-the-rapidshares-please-be-patient-30-seconds-timeout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">ivankalev</media:title>
		</media:content>
	</item>
		<item>
		<title>How to execute multiple batch commands in one statement</title>
		<link>http://ivankalev.wordpress.com/2008/08/30/how-to-execute-multiple-batch-commands-in-one-statement/</link>
		<comments>http://ivankalev.wordpress.com/2008/08/30/how-to-execute-multiple-batch-commands-in-one-statement/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 15:51:20 +0000</pubDate>
		<dc:creator>ivankalev</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://ivankalev.wordpress.com/?p=9</guid>
		<description><![CDATA[You may wish to execute several MS-DOS (Windows Shell) commands in just one line. You just have to concatenate the commands with the &#38; sign:

C:\&#62;cd Windows &#38; dir *.tmp
 Volume in drive C has no label.
 Volume Serial Number is B818-09FC

 Directory of C:\WINDOWS

28.12.2006 г.  22:01         [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivankalev.wordpress.com&blog=4661646&post=9&subd=ivankalev&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>You may wish to execute several MS-DOS (Windows Shell) commands in just one line. You just have to concatenate the commands with the &amp; sign:</p>
<pre style="font:8pt 'Courier New', 'Sans-Serif', 'Courier';background:#0a0a0a;color:#666666;white-space:pre;border:1px solid #242424;margin:10px;padding:10px;">
C:\&gt;<b>cd Windows &amp; dir *.tmp</b>
 Volume in drive C has no label.
 Volume Serial Number is B818-09FC

 Directory of C:\WINDOWS

28.12.2006 г.  22:01         19 569 003114_.tmp
04.08.2004 г.  15:00         1 042 903 SET3.tmp
04.08.2004 г.  15:00         1 086 058 SET4.tmp
04.08.2004 г.  15:00            13 753 SET8.tmp
               4 File(s)      2 162 283 bytes
               0 Dir(s)   7 372 824 576 bytes free

C:\WINDOWS&gt;
</pre>
<p>This is extremely important to know if you&#8217;re calling an executable through the xp_cmdshell extended procedure with MS SQL Server. </p>
<p>For example, you may need to change the current directory before calling the executable. This is typically the case if you&#8217;re calling <a href="ftp://ftp.ncbi.nih.gov/blast/documents/formatdb.html">formatdb</a> through xp_cmdshell:</p>
<pre style="font:8pt 'Courier New', 'Sans-Serif', 'Courier';background:#0a0a0a;color:#666666;white-space:pre;border:1px solid #242424;margin:10px;padding:10px;">
EXEC master..xp_cmdshell 'd: &amp; cd FastaExports &amp; formatdb ...'
</pre>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ivankalev.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ivankalev.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ivankalev.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ivankalev.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ivankalev.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ivankalev.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ivankalev.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ivankalev.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ivankalev.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ivankalev.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ivankalev.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ivankalev.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ivankalev.wordpress.com&blog=4661646&post=9&subd=ivankalev&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ivankalev.wordpress.com/2008/08/30/how-to-execute-multiple-batch-commands-in-one-statement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">ivankalev</media:title>
		</media:content>
	</item>
	</channel>
</rss>