<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for TC33.org</title>
	<atom:link href="http://www.tc33.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tc33.org</link>
	<description>Tom Castle on GP, Java and the Web</description>
	<lastBuildDate>Thu, 07 Jul 2011 22:59:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>Comment on Go programming highlighter for conTEXT editor by Michael Cox</title>
		<link>http://www.tc33.org/go/go-programming-highlighter-for-context-editor/comment-page-1/#comment-271</link>
		<dc:creator>Michael Cox</dc:creator>
		<pubDate>Thu, 07 Jul 2011 22:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.tc33.org/?p=738#comment-271</guid>
		<description>i, j = j, i // Swap i and j.

Yuck! :)</description>
		<content:encoded><![CDATA[<p>i, j = j, i // Swap i and j.</p>
<p>Yuck! <img src='http://www.tc33.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JHeatChart by isabel</title>
		<link>http://www.tc33.org/projects/jheatchart/comment-page-1/#comment-263</link>
		<dc:creator>isabel</dc:creator>
		<pubDate>Sun, 03 Jul 2011 19:58:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.tc33.org/?page_id=285#comment-263</guid>
		<description>Reversing the array worked. Thank you SO much for your responses and a great library for heatmaps, this has saved me so much of my time, because there are not that great libraries available specifically for heatmaps. This just does the job! Thank you again!!! :)</description>
		<content:encoded><![CDATA[<p>Reversing the array worked. Thank you SO much for your responses and a great library for heatmaps, this has saved me so much of my time, because there are not that great libraries available specifically for heatmaps. This just does the job! Thank you again!!! <img src='http://www.tc33.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JHeatChart by Tom Castle</title>
		<link>http://www.tc33.org/projects/jheatchart/comment-page-1/#comment-262</link>
		<dc:creator>Tom Castle</dc:creator>
		<pubDate>Sat, 02 Jul 2011 22:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tc33.org/?page_id=285#comment-262</guid>
		<description>Try reversing the array that is passed to setYValues(Object[]) so it goes from 0.9 to 0.0. The values are assigned from the top down (which is probably not a great idea so that will likely change in the next version!).

The problem you&#039;re having with setYValues(double, double) seems to be a rounding issue. I&#039;ll see if that can be handled more cleverly in a future release.</description>
		<content:encoded><![CDATA[<p>Try reversing the array that is passed to setYValues(Object[]) so it goes from 0.9 to 0.0. The values are assigned from the top down (which is probably not a great idea so that will likely change in the next version!).</p>
<p>The problem you&#8217;re having with setYValues(double, double) seems to be a rounding issue. I&#8217;ll see if that can be handled more cleverly in a future release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JHeatChart by isabel</title>
		<link>http://www.tc33.org/projects/jheatchart/comment-page-1/#comment-261</link>
		<dc:creator>isabel</dc:creator>
		<pubDate>Sat, 02 Jul 2011 21:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tc33.org/?page_id=285#comment-261</guid>
		<description>Hi Thank you for your reply! 

I am using setYValues(Object[]) method, where the argument is an array of doubles starting from 0.0 to 0.9. I am still getting the same type of heatmap. No change. :/

I tried using setYValue(double, double), but it only works partially. Meaning that numbers are all messed up and are over written over one another. Take a look: http://dl.dropbox.com/u/9008927/aBTLA_5F5_mutant_HC_DTT_IAA_GluC_37C_ON_top10_msmsIT_042308_2_b_vs_y_charge3.png</description>
		<content:encoded><![CDATA[<p>Hi Thank you for your reply! </p>
<p>I am using setYValues(Object[]) method, where the argument is an array of doubles starting from 0.0 to 0.9. I am still getting the same type of heatmap. No change. :/</p>
<p>I tried using setYValue(double, double), but it only works partially. Meaning that numbers are all messed up and are over written over one another. Take a look: <a href="http://dl.dropbox.com/u/9008927/aBTLA_5F5_mutant_HC_DTT_IAA_GluC_37C_ON_top10_msmsIT_042308_2_b_vs_y_charge3.png" rel="nofollow">http://dl.dropbox.com/u/9008927/aBTLA_5F5_mutant_HC_DTT_IAA_GluC_37C_ON_top10_msmsIT_042308_2_b_vs_y_charge3.png</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JHeatChart by Tom Castle</title>
		<link>http://www.tc33.org/projects/jheatchart/comment-page-1/#comment-257</link>
		<dc:creator>Tom Castle</dc:creator>
		<pubDate>Fri, 01 Jul 2011 10:28:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.tc33.org/?page_id=285#comment-257</guid>
		<description>You&#039;re welcome! I&#039;m glad you&#039;re finding it useful.

You can reverse the y axis in two ways. The easiest of which is to call &lt;code&gt;setYValues(double, double)&lt;/code&gt; with a &lt;strong&gt;negative&lt;/strong&gt; interval between each value. In the example above, this means adding the following line:

&lt;code&gt;map.setYValues(data.length-1, -1.0);&lt;/code&gt;

The other approach is to use &lt;code&gt;setYValues(Object[])&lt;/code&gt; and pass an array of the values to plot along the &lt;em&gt;y&lt;/em&gt; axis which you generate yourself.</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome! I&#8217;m glad you&#8217;re finding it useful.</p>
<p>You can reverse the y axis in two ways. The easiest of which is to call <code>setYValues(double, double)</code> with a <strong>negative</strong> interval between each value. In the example above, this means adding the following line:</p>
<p><code>map.setYValues(data.length-1, -1.0);</code></p>
<p>The other approach is to use <code>setYValues(Object[])</code> and pass an array of the values to plot along the <em>y</em> axis which you generate yourself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JHeatChart by isabel</title>
		<link>http://www.tc33.org/projects/jheatchart/comment-page-1/#comment-256</link>
		<dc:creator>isabel</dc:creator>
		<pubDate>Thu, 30 Jun 2011 04:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tc33.org/?page_id=285#comment-256</guid>
		<description>Hey this is awesome. Thank you SO much for posting this, it made things so much easier. And your functions are so easy to use.

I have one question for you: Heatmaps I generated using your lib are like the red and blue example above, meaning the y axis scale does not start from 0 as the bottom value. How do I make it so that 0 is the bottom value of y axis? Maybe I overlooked the code and am not seeing a function in your lib that allows me to do that. I really appreciate your help. Thank you in advance!</description>
		<content:encoded><![CDATA[<p>Hey this is awesome. Thank you SO much for posting this, it made things so much easier. And your functions are so easy to use.</p>
<p>I have one question for you: Heatmaps I generated using your lib are like the red and blue example above, meaning the y axis scale does not start from 0 as the bottom value. How do I make it so that 0 is the bottom value of y axis? Maybe I overlooked the code and am not seeing a function in your lib that allows me to do that. I really appreciate your help. Thank you in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Go programming highlighter for conTEXT editor by Rich</title>
		<link>http://www.tc33.org/go/go-programming-highlighter-for-context-editor/comment-page-1/#comment-241</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Fri, 10 Jun 2011 19:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tc33.org/?p=738#comment-241</guid>
		<description>To me Go gives you all the benefits of a compiled language (Plus the benefits listed above), with the simplicity of scripting language. http://golang.org</description>
		<content:encoded><![CDATA[<p>To me Go gives you all the benefits of a compiled language (Plus the benefits listed above), with the simplicity of scripting language. <a href="http://golang.org" rel="nofollow">http://golang.org</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Go programming highlighter for conTEXT editor by Tom Castle</title>
		<link>http://www.tc33.org/go/go-programming-highlighter-for-context-editor/comment-page-1/#comment-149</link>
		<dc:creator>Tom Castle</dc:creator>
		<pubDate>Wed, 11 May 2011 22:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.tc33.org/?p=738#comment-149</guid>
		<description>Yes, that&#039;s how I think about it too. It&#039;s Occam-pi crossed with C++. The big advantage is that it is easy to do concurrency, but it has a lot of other nice touches which make it quite appealing, like multiple assignment:

&lt;code&gt;i, j = j, i    // Swap i and j.&lt;/code&gt;

I haven&#039;t really had the opportunity to do much more than dabble with it, but I really like what I have seen so far.</description>
		<content:encoded><![CDATA[<p>Yes, that&#8217;s how I think about it too. It&#8217;s Occam-pi crossed with C++. The big advantage is that it is easy to do concurrency, but it has a lot of other nice touches which make it quite appealing, like multiple assignment:</p>
<p><code>i, j = j, i    // Swap i and j.</code></p>
<p>I haven&#8217;t really had the opportunity to do much more than dabble with it, but I really like what I have seen so far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Go programming highlighter for conTEXT editor by Michael Cox</title>
		<link>http://www.tc33.org/go/go-programming-highlighter-for-context-editor/comment-page-1/#comment-146</link>
		<dc:creator>Michael Cox</dc:creator>
		<pubDate>Tue, 10 May 2011 20:18:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.tc33.org/?p=738#comment-146</guid>
		<description>To answer my own comment - 

&quot;... the point is that Go gives you concurrency, a concurrency specifically suited to modern systems programming. It gives you concurrency that runs close the metal, but it also gives you a new breed of concurrency you won&#039;t find in other languages, including Erlang. And this comes from goroutines.

Goroutines aren&#039;t threads or lightweight threads. They aren&#039;t callbacks. They&#039;re processes within a single address space that can communicate with each other. Communication is provided by &quot;channels&quot; running between goroutines, and these channels can transmit multiple signals at once. You can use a channel to send any variable, including other channels.&quot;

Sounds quite Occam-Pi like.</description>
		<content:encoded><![CDATA[<p>To answer my own comment &#8211; </p>
<p>&#8220;&#8230; the point is that Go gives you concurrency, a concurrency specifically suited to modern systems programming. It gives you concurrency that runs close the metal, but it also gives you a new breed of concurrency you won&#8217;t find in other languages, including Erlang. And this comes from goroutines.</p>
<p>Goroutines aren&#8217;t threads or lightweight threads. They aren&#8217;t callbacks. They&#8217;re processes within a single address space that can communicate with each other. Communication is provided by &#8220;channels&#8221; running between goroutines, and these channels can transmit multiple signals at once. You can use a channel to send any variable, including other channels.&#8221;</p>
<p>Sounds quite Occam-Pi like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Go programming highlighter for conTEXT editor by Michael Cox</title>
		<link>http://www.tc33.org/go/go-programming-highlighter-for-context-editor/comment-page-1/#comment-145</link>
		<dc:creator>Michael Cox</dc:creator>
		<pubDate>Tue, 10 May 2011 20:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tc33.org/?p=738#comment-145</guid>
		<description>So, what&#039;s the point in Go?

Or to put it another way, why not just use C++ or Python, whichever is more appropriate?</description>
		<content:encoded><![CDATA[<p>So, what&#8217;s the point in Go?</p>
<p>Or to put it another way, why not just use C++ or Python, whichever is more appropriate?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: www.tc33.org @ 2012-02-23 06:31:55 -->
