<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Arturito.net</title>
	<atom:link href="http://arturito.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://arturito.net</link>
	<description>Anyone who has never made a mistake has never tried anything new. - A.Einstein</description>
	<lastBuildDate>Tue, 02 Mar 2010 10:24:34 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='arturito.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/9c8555c9859e626ff35d19a09122f2eb?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Arturito.net</title>
		<link>http://arturito.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://arturito.net/osd.xml" title="Arturito.net" />
	<atom:link rel='hub' href='http://arturito.net/?pushpress=hub'/>
		<item>
		<title>AGS Server Studio :( sucks a bit.</title>
		<link>http://arturito.net/2010/03/02/ags-server-studio-sucks-a-bit/</link>
		<comments>http://arturito.net/2010/03/02/ags-server-studio-sucks-a-bit/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 10:24:34 +0000</pubDate>
		<dc:creator>arturito</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://arturito.net/2010/03/02/ags-server-studio-sucks-a-bit/</guid>
		<description><![CDATA[AGS Server Studio   sucks a bit.       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arturito.net&blog=995682&post=230&subd=dartharturito&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>AGS Server Studio <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  sucks a bit.</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dartharturito.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dartharturito.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dartharturito.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dartharturito.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dartharturito.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dartharturito.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dartharturito.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dartharturito.wordpress.com/230/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dartharturito.wordpress.com/230/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dartharturito.wordpress.com/230/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arturito.net&blog=995682&post=230&subd=dartharturito&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://arturito.net/2010/03/02/ags-server-studio-sucks-a-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c39dac7b55838dad24e32285a0a9d674?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arturito</media:title>
		</media:content>
	</item>
		<item>
		<title>How to identify your SQL Server version and edition</title>
		<link>http://arturito.net/2010/02/09/how-to-identify-your-sql-server-version-and-edition/</link>
		<comments>http://arturito.net/2010/02/09/how-to-identify-your-sql-server-version-and-edition/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 09:17:12 +0000</pubDate>
		<dc:creator>arturito</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://arturito.net/?p=226</guid>
		<description><![CDATA[SELECT  SERVERPROPERTY(&#8216;productversion&#8217;), SERVERPROPERTY (&#8216;productlevel&#8217;), SERVERPROPERTY (&#8216;edition&#8217;)
and
SELECT @@VERSION       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arturito.net&blog=995682&post=226&subd=dartharturito&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class="mycode">SELECT  SERVERPROPERTY(&#8216;productversion&#8217;), SERVERPROPERTY (&#8216;productlevel&#8217;), SERVERPROPERTY (&#8216;edition&#8217;)</div>
<p>and</p>
<div class="mycode">SELECT @@VERSION</div><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dartharturito.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dartharturito.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dartharturito.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dartharturito.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dartharturito.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dartharturito.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dartharturito.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dartharturito.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dartharturito.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dartharturito.wordpress.com/226/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arturito.net&blog=995682&post=226&subd=dartharturito&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://arturito.net/2010/02/09/how-to-identify-your-sql-server-version-and-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c39dac7b55838dad24e32285a0a9d674?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arturito</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows 7 64bit. Visual Studio 2008. Silverlight 2. Error: Could not load file or assembly &#8216;System.Web.Silverlight&#8217; or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0&#215;80070057 (E_INVALIDARG))</title>
		<link>http://arturito.net/2010/01/09/windows-7-64bit-visual-studio-2008-silverlight-2-error-could-not-load-file-or-assembly-system-web-silverlight-or-one-of-its-dependencies-the-parameter-is-incorrect-exception-from-hresult-0/</link>
		<comments>http://arturito.net/2010/01/09/windows-7-64bit-visual-studio-2008-silverlight-2-error-could-not-load-file-or-assembly-system-web-silverlight-or-one-of-its-dependencies-the-parameter-is-incorrect-exception-from-hresult-0/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 11:25:27 +0000</pubDate>
		<dc:creator>arturito</dc:creator>
				<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://arturito.net/?p=217</guid>
		<description><![CDATA[Problem:


Could not load file or assembly &#8216;System.Web.Silverlight&#8217; or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0&#215;80070057 (E_INVALIDARG))
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileLoadException: Could not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arturito.net&blog=995682&post=217&subd=dartharturito&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Problem:</strong></p>
<p><strong><br />
</strong></p>
<h2><em>Could not load file or assembly &#8216;System.Web.Silverlight&#8217; or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0&#215;80070057 (E_INVALIDARG))</em></h2>
<p><span style="font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;"><strong>Description: </strong>An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.</span></p>
<p><strong>Exception Details: </strong>System.IO.FileLoadException: Could not load file or assembly &#8216;System.Web.Silverlight&#8217; or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0&#215;80070057 (E_INVALIDARG))</p>
<p><strong>Source Error:</strong></p>
<table width="100%" bgcolor="#ffffcc">
<tbody>
<tr>
<td><code>An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.</code></td>
</tr>
</tbody>
</table>
<p><strong>Settings:</strong> Copy Local = True</p>
<p><strong>System:</strong> Windows 7  64 bit , Visual Studio 2008</p>
<p><span style="font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;"><strong>Solution:</strong> Still working on it </span></p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dartharturito.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dartharturito.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dartharturito.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dartharturito.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dartharturito.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dartharturito.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dartharturito.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dartharturito.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dartharturito.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dartharturito.wordpress.com/217/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arturito.net&blog=995682&post=217&subd=dartharturito&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://arturito.net/2010/01/09/windows-7-64bit-visual-studio-2008-silverlight-2-error-could-not-load-file-or-assembly-system-web-silverlight-or-one-of-its-dependencies-the-parameter-is-incorrect-exception-from-hresult-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c39dac7b55838dad24e32285a0a9d674?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arturito</media:title>
		</media:content>
	</item>
		<item>
		<title>C++ Press any key to continue</title>
		<link>http://arturito.net/2009/04/21/c-plus-plus-press-any-key-to-continue/</link>
		<comments>http://arturito.net/2009/04/21/c-plus-plus-press-any-key-to-continue/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 13:19:26 +0000</pubDate>
		<dc:creator>arturito</dc:creator>
				<category><![CDATA[C++]]></category>

		<guid isPermaLink="false">http://arturito.net/?p=208</guid>
		<description><![CDATA[When I write some console application in Bloodshed Dev C++ or Visual Studio, I hate bringing up comand line and typing in the whole path to the program I&#8217;ve just written. I found two short ways of having &#8220;Press any key to continue&#8230;&#8221; before the console window disappears. One of them is a good one [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arturito.net&blog=995682&post=208&subd=dartharturito&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>When I write some console application in Bloodshed Dev C++ or Visual Studio, I hate bringing up comand line and typing in the whole path to the program I&#8217;ve just written. I found two short ways of having &#8220;Press any key to continue&#8230;&#8221; before the console window disappears. One of them is a <strong>good</strong> one and the other is <strong>bad</strong>.</p>
<p>1. Good one</p>
<table class="mycode" style="height:175px;" border="0" width="317">
<tbody>
<tr>
<td>int main()</p>
<p>{</p>
<p>// do something</p>
<p>cout&lt;&lt;&#8221;Press Enter to continue&#8230;&#8221;;<br />
cin.get();<br />
}</td>
</tr>
</tbody>
</table>
<p>Well, this one really is &#8220;Press Enter to continue&#8230;&#8221;, which shouldn&#8217;t be a problem <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>2. Bad one</p>
<table class="mycode" style="height:175px;" border="0" width="317">
<tbody>
<tr>
<td>int main()</p>
<p>{</p>
<p>// do something</p>
<p>system.(&#8220;PAUSE&#8221;);<br />
}</td>
</tr>
</tbody>
</table>
<p>This one is very bad! If you want to know why, read this article:</p>
<p><a href="http://www.gidnetwork.com/b-61.html"></a><a href="http://www.gidnetwork.com/b-61.html" rel="nofollow">http://www.gidnetwork.com/b-61.html</a></p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dartharturito.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dartharturito.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dartharturito.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dartharturito.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dartharturito.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dartharturito.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dartharturito.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dartharturito.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dartharturito.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dartharturito.wordpress.com/208/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arturito.net&blog=995682&post=208&subd=dartharturito&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://arturito.net/2009/04/21/c-plus-plus-press-any-key-to-continue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c39dac7b55838dad24e32285a0a9d674?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arturito</media:title>
		</media:content>
	</item>
		<item>
		<title>Wikipedia says FBI is Gay Deuch Bag of the year</title>
		<link>http://arturito.net/2009/04/04/wikipedia-says-fbi-is-gay-douche-bag-of-the-year/</link>
		<comments>http://arturito.net/2009/04/04/wikipedia-says-fbi-is-gay-douche-bag-of-the-year/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 17:40:00 +0000</pubDate>
		<dc:creator>arturito</dc:creator>
				<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://arturito.net/?p=203</guid>
		<description><![CDATA[03.04.2009  
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arturito.net&blog=995682&post=203&subd=dartharturito&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>03.04.2009 <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><img class="alignleft size-full wp-image-204" title="untitled-2" src="http://dartharturito.files.wordpress.com/2009/04/untitled-2.png?w=500&#038;h=178" alt="untitled-2" width="500" height="178" /></p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dartharturito.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dartharturito.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dartharturito.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dartharturito.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dartharturito.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dartharturito.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dartharturito.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dartharturito.wordpress.com/203/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dartharturito.wordpress.com/203/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dartharturito.wordpress.com/203/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arturito.net&blog=995682&post=203&subd=dartharturito&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://arturito.net/2009/04/04/wikipedia-says-fbi-is-gay-douche-bag-of-the-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c39dac7b55838dad24e32285a0a9d674?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arturito</media:title>
		</media:content>

		<media:content url="http://dartharturito.files.wordpress.com/2009/04/untitled-2.png" medium="image">
			<media:title type="html">untitled-2</media:title>
		</media:content>
	</item>
		<item>
		<title>C++ Delay Function</title>
		<link>http://arturito.net/2009/03/24/c-plus-plus-delay-function-dev-c-plus-plus-and-visual-studio/</link>
		<comments>http://arturito.net/2009/03/24/c-plus-plus-delay-function-dev-c-plus-plus-and-visual-studio/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 21:38:47 +0000</pubDate>
		<dc:creator>arturito</dc:creator>
				<category><![CDATA[C++]]></category>

		<guid isPermaLink="false">http://arturito.net/?p=196</guid>
		<description><![CDATA[


#include &#60;ctime&#62;
void delay(int n)
{
clock_t start_time, cur_time; start_time = clock();    while((clock() &#8211; start_time) &#60; n * CLOCKS_PER_SEC)
{}
}
int main()
{
// do something
delay(5);
// delays 5 seconds
}


       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arturito.net&blog=995682&post=196&subd=dartharturito&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<table id="mycode" style="height:175px;" border="0" width="317">
<tbody>
<tr>
<td>#include &lt;ctime&gt;</p>
<p>void delay(int n)<br />
{<br />
clock_t start_time, cur_time; start_time = clock();    while((clock() &#8211; start_time) &lt; n * CLOCKS_PER_SEC)<br />
{}<br />
}</p>
<p>int main()<br />
{<br />
// do something<br />
delay(5);<br />
// delays 5 seconds<br />
}</td>
</tr>
</tbody>
</table><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dartharturito.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dartharturito.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dartharturito.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dartharturito.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dartharturito.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dartharturito.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dartharturito.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dartharturito.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dartharturito.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dartharturito.wordpress.com/196/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arturito.net&blog=995682&post=196&subd=dartharturito&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://arturito.net/2009/03/24/c-plus-plus-delay-function-dev-c-plus-plus-and-visual-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c39dac7b55838dad24e32285a0a9d674?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arturito</media:title>
		</media:content>
	</item>
		<item>
		<title>Too much Ubuntu</title>
		<link>http://arturito.net/2009/02/26/too-much-ubuntu/</link>
		<comments>http://arturito.net/2009/02/26/too-much-ubuntu/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 21:42:46 +0000</pubDate>
		<dc:creator>arturito</dc:creator>
				<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://arturito.net/?p=182</guid>
		<description><![CDATA[LOL!       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arturito.net&blog=995682&post=182&subd=dartharturito&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-183" title="sandwich" src="http://dartharturito.files.wordpress.com/2009/02/sandwich.png?w=360&#038;h=299" alt="sandwich" width="360" height="299" />LOL!</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dartharturito.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dartharturito.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dartharturito.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dartharturito.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dartharturito.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dartharturito.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dartharturito.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dartharturito.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dartharturito.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dartharturito.wordpress.com/182/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arturito.net&blog=995682&post=182&subd=dartharturito&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://arturito.net/2009/02/26/too-much-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c39dac7b55838dad24e32285a0a9d674?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arturito</media:title>
		</media:content>

		<media:content url="http://dartharturito.files.wordpress.com/2009/02/sandwich.png" medium="image">
			<media:title type="html">sandwich</media:title>
		</media:content>
	</item>
		<item>
		<title>C++ Integer to String conversion</title>
		<link>http://arturito.net/2009/02/24/integer-to-string-conversion-in-cpp/</link>
		<comments>http://arturito.net/2009/02/24/integer-to-string-conversion-in-cpp/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 19:32:20 +0000</pubDate>
		<dc:creator>arturito</dc:creator>
				<category><![CDATA[C++]]></category>

		<guid isPermaLink="false">http://arturito.net/?p=167</guid>
		<description><![CDATA[I wrote this little function which converts integer type variable to string. Always very handy!



#include &#60;sstream&#62;
string toString(int n)
{
string str;
stringstream out;
out&#60;
return str = out.str();
}



       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arturito.net&blog=995682&post=167&subd=dartharturito&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>I wrote this little function which converts integer type variable to string. Always very handy!</p>
<table id="mycode" style="height:144px;" border="0" width="178">
<tbody>
<tr>
<td>#include &lt;sstream&gt;</p>
<p>string toString(int n)<br />
{<br />
string str;<br />
stringstream out;<br />
out&lt;<br />
return str = out.str();<br />
}</td>
</tr>
</tbody>
</table>
<p><a href="http://www.bloodshed.net/devcpp.html"><img class="size-full wp-image-169 alignright" title="Dev C++" src="http://dartharturito.files.wordpress.com/2009/02/box_logo.jpg?w=174&#038;h=76" alt="box_logo" width="174" height="76" /></a></p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dartharturito.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dartharturito.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dartharturito.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dartharturito.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dartharturito.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dartharturito.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dartharturito.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dartharturito.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dartharturito.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dartharturito.wordpress.com/167/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arturito.net&blog=995682&post=167&subd=dartharturito&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://arturito.net/2009/02/24/integer-to-string-conversion-in-cpp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c39dac7b55838dad24e32285a0a9d674?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arturito</media:title>
		</media:content>

		<media:content url="http://dartharturito.files.wordpress.com/2009/02/box_logo.jpg" medium="image">
			<media:title type="html">Dev C++</media:title>
		</media:content>
	</item>
		<item>
		<title>You Tube Street Fighter</title>
		<link>http://arturito.net/2009/01/22/you-tube-street-fighter/</link>
		<comments>http://arturito.net/2009/01/22/you-tube-street-fighter/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 14:03:01 +0000</pubDate>
		<dc:creator>arturito</dc:creator>
				<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://arturito.net/?p=161</guid>
		<description><![CDATA[!What an original idea! Play Street Fighter on You Tube!
http://uk.youtube.com/watch?v=LPQ1XrllZmA       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arturito.net&blog=995682&post=161&subd=dartharturito&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>!What an original idea! Play Street Fighter on You Tube!</p>
<p><a href="http://uk.youtube.com/watch?v=LPQ1XrllZmA">http://uk.youtube.com/watch?v=LPQ1XrllZmA</a></p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dartharturito.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dartharturito.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dartharturito.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dartharturito.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dartharturito.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dartharturito.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dartharturito.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dartharturito.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dartharturito.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dartharturito.wordpress.com/161/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arturito.net&blog=995682&post=161&subd=dartharturito&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://arturito.net/2009/01/22/you-tube-street-fighter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c39dac7b55838dad24e32285a0a9d674?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arturito</media:title>
		</media:content>
	</item>
		<item>
		<title>The best firewall you can ever have!</title>
		<link>http://arturito.net/2009/01/22/the-best-firewall-you-can-ever-have/</link>
		<comments>http://arturito.net/2009/01/22/the-best-firewall-you-can-ever-have/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 13:58:48 +0000</pubDate>
		<dc:creator>arturito</dc:creator>
				<category><![CDATA[Humor]]></category>

		<guid isPermaLink="false">http://arturito.net/?p=156</guid>
		<description><![CDATA[       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arturito.net&blog=995682&post=156&subd=dartharturito&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-158" title="Best Firewall you can ever have!" src="http://dartharturito.files.wordpress.com/2009/01/n717152826_1722878_48821.jpg?w=500&#038;h=584" alt="Best Firewall you can ever have!" width="500" height="584" /></p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dartharturito.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dartharturito.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dartharturito.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dartharturito.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dartharturito.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dartharturito.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dartharturito.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dartharturito.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dartharturito.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dartharturito.wordpress.com/156/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arturito.net&blog=995682&post=156&subd=dartharturito&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://arturito.net/2009/01/22/the-best-firewall-you-can-ever-have/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c39dac7b55838dad24e32285a0a9d674?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arturito</media:title>
		</media:content>

		<media:content url="http://dartharturito.files.wordpress.com/2009/01/n717152826_1722878_48821.jpg" medium="image">
			<media:title type="html">Best Firewall you can ever have!</media:title>
		</media:content>
	</item>
	</channel>
</rss>