<?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>anoved.net &#187; java</title>
	<atom:link href="http://anoved.net/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://anoved.net</link>
	<description></description>
	<lastBuildDate>Sun, 13 May 2012 18:44:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Collective Behavior Model interface</title>
		<link>http://anoved.net/2010/05/collective-behavior-model-interface/</link>
		<comments>http://anoved.net/2010/05/collective-behavior-model-interface/#comments</comments>
		<pubDate>Thu, 13 May 2010 22:37:43 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[processing]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=2240</guid>
		<description><![CDATA[Here&#8217;s an update on the model. As a convenience for the purposes of debugging and experimentation, I&#8217;ve added a &#8220;dashboard&#8221; readout that can be used to display any variable. I&#8217;ve also added manual controls to adjust the behavior parameters while the simulation is running. It&#8217;s fun! You can cause the agents to clump together, disperse, [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an update on the model. As a convenience for the purposes of debugging and experimentation, I&#8217;ve added a &#8220;dashboard&#8221; readout that can be used to display any variable. I&#8217;ve also added manual controls to adjust the behavior parameters while the simulation is running. It&#8217;s fun! You can cause the agents to clump together, disperse, or exhibit other apparent patterns. Lastly, I&#8217;ve added a rudimentary pause mode (<a href="http://en.wikipedia.org/wiki/Bullet_time">bullet time</a>, as I announced to all within earshot upon implementation).</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/TZDG1gHms8Y&#038;hl=en_US&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/TZDG1gHms8Y&#038;hl=en_US&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p>Pausing is handy, but I expect it will need to be rewritten in a way that allows more continuous control of the simulation speed &#8211; slow motion or step-by-step modes would also be nice.</p>
<p>Still lots to work on and review in the model itself. In particular, I want to examine the turning rate code; I see a lot of jittery motion that suggests something may be off.</p>
<p>Want to see and hear more of this project? I can continue to post updates. Some will be more focused on the concepts of the model and some will be more focused on the implementation &#8211; for example, I don&#8217;t really know much about Java, so I may post code examples of whatever strikes me as clever or confusing.</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2010/05/collective-behavior-model-interface/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Processing Syntax Coloring in TextWrangler</title>
		<link>http://anoved.net/2010/03/processing-syntax-coloring-in-textwrangler/</link>
		<comments>http://anoved.net/2010/03/processing-syntax-coloring-in-textwrangler/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 04:58:33 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[textwrangler]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=1918</guid>
		<description><![CDATA[Processing is based on Java. TextWrangler supports syntax highlighting for Java code, but it doesn&#8217;t automatically recognize that Processing uses Java syntax. So, head over to the Languages pane of TextWrangler&#8217;s preferences and click Add next to the Suffix Mappings list. Enter .pde as the Extension and select Java as the language that should be [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.processing.org/">Processing</a> is based on Java. <a href="http://www.barebones.com/products/TextWrangler/">TextWrangler</a> supports syntax highlighting for Java code, but it doesn&#8217;t automatically recognize that Processing uses Java syntax. So, head over to the <em>Languages</em> pane of TextWrangler&#8217;s preferences and click <em>Add</em> next to the <em>Suffix Mappings</em> list. Enter <code>.pde</code> as the <em>Extension</em> and select <em>Java</em> as the language that should be associated with <code>.pde</code> files.</p>
<p><img class="alignnone size-full wp-image-1917" title="tw-processing-java-syntax" src="http://anoved.net/media/2010/03/tw-processing-java-syntax.png" alt="" width="680" height="528" /></p>
<p>Now if you open a Processing source code file in TextWrangler, it will be displayed with basic syntax highlighting.</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2010/03/processing-syntax-coloring-in-textwrangler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

