<?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>Shwuzzle</title>
	<atom:link href="http://shwuzzle.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://shwuzzle.com</link>
	<description>Software Engineering, Computer Science, Gaming, Technology, News</description>
	<lastBuildDate>Sat, 04 Feb 2012 02:55:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>SSH Tricks</title>
		<link>http://shwuzzle.com/2012/02/03/ssh-tricks/</link>
		<comments>http://shwuzzle.com/2012/02/03/ssh-tricks/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 02:55:48 +0000</pubDate>
		<dc:creator>Shwuzzle</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://shwuzzle.com/?p=1836</guid>
		<description><![CDATA[Some tricks covered in the article include: using passwordless, key-based login; setting up local per-host configurations; exporting a local service through a firewall; accessing a remote service through a firewall; setting up a SOCKS proxy for Firefox; executing commands remotely from scripts; transfering files to/from remote machines; mounting a filesystem through SSH; and triggering admin [...]]]></description>
		<wfw:commentRss>http://shwuzzle.com/2012/02/03/ssh-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to iterate through a result set with SQL</title>
		<link>http://shwuzzle.com/2012/01/11/how-to-iterate-through-a-result-set-with-sql-2/</link>
		<comments>http://shwuzzle.com/2012/01/11/how-to-iterate-through-a-result-set-with-sql-2/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 20:52:22 +0000</pubDate>
		<dc:creator>Shwuzzle</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[cursor]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dbms]]></category>
		<category><![CDATA[iterate]]></category>
		<category><![CDATA[result set]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[temp]]></category>
		<category><![CDATA[temporary]]></category>

		<guid isPermaLink="false">http://shwuzzle.com/?p=1834</guid>
		<description><![CDATA[Method 1: Using a cursor declare cursor1 cursor local for select * from tablename open cursor1 fetch next from cursor1 into #temptable while @@fetch_status = 0 begin if exists (select column from tablename where id = (select id from #temptable)) begin  /* do stuff here */  end else begin /* do other stuff here */ [...]]]></description>
		<wfw:commentRss>http://shwuzzle.com/2012/01/11/how-to-iterate-through-a-result-set-with-sql-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to iterate through a result set with SQL</title>
		<link>http://shwuzzle.com/2012/01/11/how-to-iterate-through-a-result-set-with-sql/</link>
		<comments>http://shwuzzle.com/2012/01/11/how-to-iterate-through-a-result-set-with-sql/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 20:48:01 +0000</pubDate>
		<dc:creator>Shwuzzle</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[cursor]]></category>
		<category><![CDATA[cursors]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dbms]]></category>
		<category><![CDATA[iterate]]></category>
		<category><![CDATA[result set]]></category>
		<category><![CDATA[rows]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[temp]]></category>
		<category><![CDATA[temporary]]></category>

		<guid isPermaLink="false">http://shwuzzle.com/?p=1828</guid>
		<description><![CDATA[Method 1: Using a cursor declare cursor1 cursor local for select * from tablename open cursor1 fetch next from cursor1 into #temptable while @@fetch_status = 0 begin if exists (select column from tablename where id = (select id from #temptable)) begin  /* do stuff here */  end else begin /* do other stuff here */ [...]]]></description>
		<wfw:commentRss>http://shwuzzle.com/2012/01/11/how-to-iterate-through-a-result-set-with-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding JavaScript OOP</title>
		<link>http://shwuzzle.com/2012/01/11/understanding-javascript-oop/</link>
		<comments>http://shwuzzle.com/2012/01/11/understanding-javascript-oop/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 17:17:03 +0000</pubDate>
		<dc:creator>Shwuzzle</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[object oriented]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://shwuzzle.com/?p=1826</guid>
		<description><![CDATA[&#8220;JavaScript is an object oriented (OO) language, with its roots in the Self programming language, although it&#8217;s (sadly) designed to look like Java. This makes the language&#8217;s really powerful and sweet features stay covered by some pretty ugly and counter-intuitive work-arounds. One such affected feature is the implementation of prototypical inheritance. The concepts are simple [...]]]></description>
		<wfw:commentRss>http://shwuzzle.com/2012/01/11/understanding-javascript-oop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Development of the C Language</title>
		<link>http://shwuzzle.com/2012/01/08/the-development-of-the-c-language/</link>
		<comments>http://shwuzzle.com/2012/01/08/the-development-of-the-c-language/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 22:17:38 +0000</pubDate>
		<dc:creator>Shwuzzle</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[language]]></category>

		<guid isPermaLink="false">http://shwuzzle.com/?p=1824</guid>
		<description><![CDATA[&#8220;The C programming language was devised in the early 1970s as a system implementation language for the nascent Unix operating system. Derived from the typeless language BCPL, it evolved a type structure; created on a tiny machine as a tool to improve a meager programming environment, it has become one of the dominant languages of [...]]]></description>
		<wfw:commentRss>http://shwuzzle.com/2012/01/08/the-development-of-the-c-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip: How to connect to a database with different credentials in SQL Server Management Studio</title>
		<link>http://shwuzzle.com/2012/01/06/tip-how-to-connect-to-a-database-with-different-credentials-in-sql-server-management-studio/</link>
		<comments>http://shwuzzle.com/2012/01/06/tip-how-to-connect-to-a-database-with-different-credentials-in-sql-server-management-studio/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 14:42:59 +0000</pubDate>
		<dc:creator>Shwuzzle</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://shwuzzle.com/?p=1815</guid>
		<description><![CDATA[If you are logged into your machine with a username that doesn&#8217;t have access to a certain SQL Server database you can launch SQL Server Management Studio with different credentials. This allows you to use Windows Authentication with a different username when connecting to the database server. runas /user:DOMAIN\USERNAME &#8220;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Ssms.exe&#8221; &#160;]]></description>
		<wfw:commentRss>http://shwuzzle.com/2012/01/06/tip-how-to-connect-to-a-database-with-different-credentials-in-sql-server-management-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>12 New Year&#8217;s Resolutions for Programmers</title>
		<link>http://shwuzzle.com/2012/01/04/12-new-years-resolutions-for-programmers/</link>
		<comments>http://shwuzzle.com/2012/01/04/12-new-years-resolutions-for-programmers/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 14:09:06 +0000</pubDate>
		<dc:creator>Shwuzzle</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[new year]]></category>
		<category><![CDATA[new year's]]></category>
		<category><![CDATA[resolutions]]></category>

		<guid isPermaLink="false">http://shwuzzle.com/?p=1813</guid>
		<description><![CDATA[&#8220;Go analog. (e.g. cooking, hiking, astronomy, etc.) Stay healthy. (e.g. weight loss, RSI, etc.) Embrace the uncomfortable. (e.g. stop using a mouse, use Dvorak, try a different OS, etc.) Learn a new programming language. (e.g. scala, erlang, haskell, OCaml, Prolog, etc.) Automate. (build a robot, lego mindstorms, arduino boards, shell scripting, etc.) Learn more mathematics. Focus [...]]]></description>
		<wfw:commentRss>http://shwuzzle.com/2012/01/04/12-new-years-resolutions-for-programmers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What every programmer should know about memory</title>
		<link>http://shwuzzle.com/2012/01/04/what-every-programmer-should-know-about-memory/</link>
		<comments>http://shwuzzle.com/2012/01/04/what-every-programmer-should-know-about-memory/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 13:25:42 +0000</pubDate>
		<dc:creator>Shwuzzle</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[memory]]></category>

		<guid isPermaLink="false">http://shwuzzle.com/?p=1811</guid>
		<description><![CDATA[&#8220;In the early days computers were much simpler. The various components of a system, such as the CPU, memory, mass storage, and network interfaces, were developed together and, as a result, were quite balanced in their performance. For example, the memory and network interfaces were not (much) faster than the CPU at providing data. This [...]]]></description>
		<wfw:commentRss>http://shwuzzle.com/2012/01/04/what-every-programmer-should-know-about-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Coder&#8217;s Guide to Coffee</title>
		<link>http://shwuzzle.com/2012/01/03/a-coders-guide-to-coffee/</link>
		<comments>http://shwuzzle.com/2012/01/03/a-coders-guide-to-coffee/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 14:28:17 +0000</pubDate>
		<dc:creator>Shwuzzle</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[caffeine]]></category>
		<category><![CDATA[coffee]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://shwuzzle.com/?p=1808</guid>
		<description><![CDATA[&#8220;As most software and creative professionals know, coffee is an important technology for boosting mental acuity and maintaining peak on-the-job performance. But did you also know that coffee can be a damn tasty beverage? It’s true. All you need is the appropriate amount of disrespect for the mainstream coffee industry and a desire to enjoy [...]]]></description>
		<wfw:commentRss>http://shwuzzle.com/2012/01/03/a-coders-guide-to-coffee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The difference between disown, &amp;, and nohup</title>
		<link>http://shwuzzle.com/2011/12/29/the-difference-between-disown-and-nohup/</link>
		<comments>http://shwuzzle.com/2011/12/29/the-difference-between-disown-and-nohup/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 17:55:33 +0000</pubDate>
		<dc:creator>Shwuzzle</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[&]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[disown]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[nohup]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://shwuzzle.com/?p=1806</guid>
		<description><![CDATA[&#38; &#8211; This causes the application to run in the background. You will get a new shell prompt after issuing this command. nohup and disown &#8211; Both of these prevent SIGHUP (hangup) signals so the application isn&#8217;t killed when the terminal session is closed. nohup does this when the job starts. disown can be used [...]]]></description>
		<wfw:commentRss>http://shwuzzle.com/2011/12/29/the-difference-between-disown-and-nohup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->

