<?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/"
	>

<channel>
	<title>sevcik.tk &#187; Uncategorized</title>
	<atom:link href="http://sevcik.tk/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://sevcik.tk</link>
	<description>sevcik [dot] tk / .net, csharp, sharepoint, visual studio, my knowledge base, my tips, etc...</description>
	<lastBuildDate>Sat, 13 Feb 2010 23:09:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Př&#237;jmy od Google AdSense z Irska z V&#225;s dělaj&#237; pl&#225;tce DPH!</title>
		<link>http://sevcik.tk/2010/02/13/prjmy-od-google-adsense-z-irska-z-vs-delaj-pltce-dph.html</link>
		<comments>http://sevcik.tk/2010/02/13/prjmy-od-google-adsense-z-irska-z-vs-delaj-pltce-dph.html#comments</comments>
		<pubDate>Sat, 13 Feb 2010 23:09:41 +0000</pubDate>
		<dc:creator>ps</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Google AdSense]]></category>

		<guid isPermaLink="false">http://sevcik.tk/2010/02/13/prjmy-od-google-adsense-z-irska-z-vs-delaj-pltce-dph.html</guid>
		<description><![CDATA[Od 1.1.2010 platí, že přijmeme-li peníze za reklamy od Google AdSense, staneme se povinně plátcem DPH. Jde o to, že peníze za AdSense jdou z Irska a k 1.1.2010 se změnily v tomto ohledu zákony. 
http://www.jakpodnikat.cz/adsense-dph.php
]]></description>
			<content:encoded><![CDATA[<p>Od 1.1.2010 platí, že přijmeme-li peníze za reklamy od Google AdSense, staneme se povinně plátcem DPH. Jde o to, že peníze za AdSense jdou z Irska a k 1.1.2010 se změnily v tomto ohledu zákony. </p>
<p><a title="http://www.jakpodnikat.cz/adsense-dph.php" href="http://www.jakpodnikat.cz/adsense-dph.php">http://www.jakpodnikat.cz/adsense-dph.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sevcik.tk/2010/02/13/prjmy-od-google-adsense-z-irska-z-vs-delaj-pltce-dph.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Heartbeat &#8211; Monitor activity on your server for FREE!</title>
		<link>http://sevcik.tk/2010/02/13/sql-heartbeat-monitor-activity-on-your-server-for-free.html</link>
		<comments>http://sevcik.tk/2010/02/13/sql-heartbeat-monitor-activity-on-your-server-for-free.html#comments</comments>
		<pubDate>Sat, 13 Feb 2010 08:11:50 +0000</pubDate>
		<dc:creator>ps</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sevcik.tk/2010/02/13/sql-heartbeat-monitor-activity-on-your-server-for-free.html</guid>
		<description><![CDATA[FREE agent-less tool (without a server component, nothing is installed on a server) which displays the current activity on you server. 

Monitor server wait categories 
Monitor IO activity 
Check your current Cache Hits ratio 
Analyze your I/O system performance 
Get details about active processes 
Display locks and deadlocks 

&#160;

]]></description>
			<content:encoded><![CDATA[<p>FREE agent-less tool (without a server component, nothing is installed on a server) which displays the current activity on you server. </p>
<ul>
<li>Monitor server wait categories </li>
<li>Monitor IO activity </li>
<li>Check your current Cache Hits ratio </li>
<li>Analyze your I/O system performance </li>
<li>Get details about active processes </li>
<li>Display locks and deadlocks </li>
</ul>
<p>&#160;</p>
<p><a href="http://sevcik.tk/files/SQLHeartbeat.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="SQLHeartbeat" border="0" alt="SQLHeartbeat" src="http://sevcik.tk/files/SQLHeartbeat_thumb.png" width="609" height="484" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://sevcik.tk/2010/02/13/sql-heartbeat-monitor-activity-on-your-server-for-free.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sorting Algorithm Animations</title>
		<link>http://sevcik.tk/2009/04/14/sorting-algorithm-animations.html</link>
		<comments>http://sevcik.tk/2009/04/14/sorting-algorithm-animations.html#comments</comments>
		<pubDate>Tue, 14 Apr 2009 15:56:17 +0000</pubDate>
		<dc:creator>ps</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sevcik.tk/?p=136</guid>
		<description><![CDATA[Sorting Algorithm Animations page show 8 different sorting algorithms on 4 different  			initial conditions.  These visualizations are intended to:

 Show how each algorithm operates.
 Show that there is no best sorting algorithm.
 Show the advantages and disadvantages of each algorithm.
 Show that worse-case asymptotic behavior is not the deciding 				factor in choosing an [...]]]></description>
			<content:encoded><![CDATA[<p><a title="www.sorting-algorithms.com" href="http://www.sorting-algorithms.com/" target="_blank">Sorting Algorithm Animations</a> page show 8 different sorting algorithms on 4 different  			initial conditions.  These visualizations are intended to:</p>
<ul>
<li> Show how each algorithm operates.</li>
<li> Show that there is no best sorting algorithm.</li>
<li> Show the advantages and disadvantages of each algorithm.</li>
<li> Show that worse-case asymptotic behavior is not the deciding 				factor in choosing an algorithm.</li>
<li> Show that the initial condition (input order and key 				distribution) affects performance as much as the 				algorithm choice.</li>
</ul>
<p>more info, more to show on page <a title="www.sorting-algorithms.com" href="http://www.sorting-algorithms.com/" target="_blank">http://www.sorting-algorithms.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sevcik.tk/2009/04/14/sorting-algorithm-animations.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
