<?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>Visceral Logic Programming &#187; Java</title>
	<atom:link href="http://www.viscerallogic.com/programming/blog/category/languages/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.viscerallogic.com/programming/blog</link>
	<description>Code tidbits and tutorials.</description>
	<lastBuildDate>Fri, 21 Nov 2008 21:52:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Variables and Graphical Plots in Java</title>
		<link>http://www.viscerallogic.com/programming/blog/2005/11/17/variables-and-graphical-plots-in-java/</link>
		<comments>http://www.viscerallogic.com/programming/blog/2005/11/17/variables-and-graphical-plots-in-java/#comments</comments>
		<pubDate>Thu, 17 Nov 2005 16:25:58 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Languages]]></category>

		<guid isPermaLink="false">http://www.viscerallogic.com/programming/blog/2006/11/17/variables-and-graphical-plots-in-java/</guid>
		<description><![CDATA[This tutorial builds on the Numerical Expression Solver tutorial, adding textual variables such as &#8220;e&#8221; or &#8220;pi&#8221;, and custom ones. Then you will create an applet that takes advantage of this new functionality by creating a graphical representation of an arbitrary expression at each point in space. This applet is shown below.




Starting with the Expression.java [...]]]></description>
		<wfw:commentRss>http://www.viscerallogic.com/programming/blog/2005/11/17/variables-and-graphical-plots-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Numerical Expression Solver in Java</title>
		<link>http://www.viscerallogic.com/programming/blog/2005/11/12/numerical-expression-solver-in-java/</link>
		<comments>http://www.viscerallogic.com/programming/blog/2005/11/12/numerical-expression-solver-in-java/#comments</comments>
		<pubDate>Sat, 12 Nov 2005 16:16:02 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Languages]]></category>

		<guid isPermaLink="false">http://www.viscerallogic.com/programming/blog/2006/11/17/numerical-expression-solver-in-java/</guid>
		<description><![CDATA[This tutorial will show you how to write a Java program that takes a string input such as &#8220;3 + 4^2*7.5E-1*sin(22)&#8221; and convert it into a numerical answer, 2.893784 in this case, which you can use for whatever purpose you like.

This Java Applet utilizes the Expression class that you will be creating.



We will accomplish this [...]]]></description>
		<wfw:commentRss>http://www.viscerallogic.com/programming/blog/2005/11/12/numerical-expression-solver-in-java/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

