<?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>Brian Risk's Blog &#187; Programming</title>
	<atom:link href="http://brianrisk.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://brianrisk.com</link>
	<description>Can it be?</description>
	<lastBuildDate>Thu, 26 Apr 2012 04:00:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>I&#8217;m cited in an O&#8217;Reilly book</title>
		<link>http://brianrisk.com/im-cited-in-an-oreilly-book/</link>
		<comments>http://brianrisk.com/im-cited-in-an-oreilly-book/#comments</comments>
		<pubDate>Wed, 06 May 2009 04:58:34 +0000</pubDate>
		<dc:creator>Brian Risk</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://brianrisk.com/?p=644</guid>
		<description><![CDATA[My base conversion JavaScript utility is referenced in Chapter 4 of Web Security Testing Cookbook. O&#8217;Reilly lets you preview the entire book, so here&#8217;s a screen capture of the page in question:]]></description>
			<content:encoded><![CDATA[<p>My <a href="http://geneffects.com/briarskin/programming/newJSMathFuncs.html">base conversion JavaScript utility</a> is referenced in Chapter 4 of <a href="http://oreilly.com/catalog/9780596514839">Web Security Testing Cookbook.<br />
</a><br />
O&#8217;Reilly lets you preview the entire book, so here&#8217;s a screen capture of the page in question:<br />
<a href="http://brianrisk.com/wp-content/uploads/2009/05/picture-1.png"><img src="http://brianrisk.com/wp-content/uploads/2009/05/picture-1-211x300.png" alt="picture-1" title="picture-1" width="211" height="300" class="alignnone size-medium wp-image-645" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://brianrisk.com/im-cited-in-an-oreilly-book/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Netflix data sorted user list</title>
		<link>http://brianrisk.com/netflix-data-sorted-user-list/</link>
		<comments>http://brianrisk.com/netflix-data-sorted-user-list/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 21:31:17 +0000</pubDate>
		<dc:creator>Brian Risk</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[netflix prize]]></category>

		<guid isPermaLink="false">http://brianrisk.com/?p=461</guid>
		<description><![CDATA[User IDs for the Netflix data go to 2649081 but there are not that many users &#8212; there are *only* 480189. If you would like a text file of the user IDs sorted from least to greatest, your search is over. Just click here. Update: I added how many movies each user rated to the [...]]]></description>
			<content:encoded><![CDATA[<p>User IDs for the Netflix data go to 2649081 but there are not that many users &#8212; there are *only* 480189.  If you would like a text file of the user IDs sorted from least to greatest, your search is over.  <a href="http://brianrisk.com/files/userList.txt.zip">Just click here</a>.</p>
<p><strong>Update</strong>: I added how many movies each user rated to the list.  It is comma separated; the first item is the user ID.</p>
]]></content:encoded>
			<wfw:commentRss>http://brianrisk.com/netflix-data-sorted-user-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java OutOfMemoryError in eclipse</title>
		<link>http://brianrisk.com/java-outofmemoryerror-in-eclipse/</link>
		<comments>http://brianrisk.com/java-outofmemoryerror-in-eclipse/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 20:31:53 +0000</pubDate>
		<dc:creator>Brian Risk</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://brianrisk.com/?p=458</guid>
		<description><![CDATA[Getting this and you want to use Eclipse? java.lang.OutOfMemoryError: Java heap space Find the Preferences menu item. For me, in OS X, this is under the &#8220;Eclipse&#8221; menu item. Click on the &#8220;Java&#8221; item in the box which comes up. Click on the &#8220;Installed JREs&#8221; sub-menu item. Select your JRE and click &#8220;Edit&#8221;. For &#8220;Default [...]]]></description>
			<content:encoded><![CDATA[<p>Getting this and you want to use Eclipse?</p>
<p><code>java.lang.OutOfMemoryError: Java heap space</code></p>
<p>Find the Preferences menu item.  For me, in OS X, this is under the &#8220;Eclipse&#8221; menu item.  Click on the &#8220;Java&#8221; item in the box which comes up.  Click on the &#8220;Installed JREs&#8221; sub-menu item.  Select your JRE and click &#8220;Edit&#8221;.  For &#8220;Default VM Arguments&#8221; put something like:</p>
<p><code>-Xms128M -Xmx700M</code></p>
<p>That should do the trick.  Leigh, please don&#8217;t comment &#8220;I don&#8217;t get it.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://brianrisk.com/java-outofmemoryerror-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>java.lang.OutOfMemoryError: Java heap space</title>
		<link>http://brianrisk.com/javalangoutofmemoryerror-java-heap-space/</link>
		<comments>http://brianrisk.com/javalangoutofmemoryerror-java-heap-space/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 16:58:16 +0000</pubDate>
		<dc:creator>Brian Risk</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://brianrisk.com/javalangoutofmemoryerror-java-heap-space/</guid>
		<description><![CDATA[Getting that error? Try allocating more heap space when executing your Java application. Use this command from your command line: java -Xmx512m YourApplication]]></description>
			<content:encoded><![CDATA[<p>Getting that error?  Try allocating more heap space when executing your Java application.  Use this command from your command line:</p>
<p><code>java -Xmx512m YourApplication</code></p>
]]></content:encoded>
			<wfw:commentRss>http://brianrisk.com/javalangoutofmemoryerror-java-heap-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

