<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="0.92">
<channel>
	<title>Visceral Logic Programming</title>
	<link>http://www.viscerallogic.com/programming/blog</link>
	<description>Code tidbits and tutorials.</description>
	<lastBuildDate>Thu, 17 May 2007 22:01:13 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Smultron Code Editor</title>
		<description><![CDATA[In developing software, the choice of tools used can affect the ease of the job significantly.  While the choice of a language may dictate the compiler to be used, there are generally a number of options for the code editor.  For most C, Objective-C, and Java applications, I use Apple&#8217;s XCode IDE for [...]]]></description>
		<link>http://www.viscerallogic.com/programming/blog/2007/05/16/smultron-code-editor/</link>
			</item>
	<item>
		<title>Desktop Screensaver Background</title>
		<description><![CDATA[
The screensaver module in OS X has a command-line option that allows it to be run in the
background of your screen, as a replacement for the desktop picture. I found this in the
application bgscreensaver, which
contains an AppleScript to launch the screensaver module in the background, using a shell
command found by Michael Coyle at ResExcellence.


While this [...]]]></description>
		<link>http://www.viscerallogic.com/programming/blog/2007/02/04/desktop-screensaver-background/</link>
			</item>
	<item>
		<title>Compiling with gfortran</title>
		<description><![CDATA[I compiled XFoil earlier today for my Mac.  XFoil is an open-source airfoil analysis tool.  There are various compiled binaries available for Windows systems, but for Unix computers, including Mac OS X, it must be built from the source code.  This requires the use of a Fortran compiler.  To build it [...]]]></description>
		<link>http://www.viscerallogic.com/programming/blog/2006/11/18/compiling-with-gfortran/</link>
			</item>
	<item>
		<title>Guitar Chords to MIDI in Objective-C</title>
		<description><![CDATA[This tutorial will show you how to write a program that creates MIDI files of guitar chords by processing text files. Although I wrote this in Objective-C and the GUI is built using Cocoa, the MIDI algorithms could easily be applied to another language or platform. Essentially, this program scans a text file to look [...]]]></description>
		<link>http://www.viscerallogic.com/programming/blog/2005/12/03/guitar-chords-to-midi-in-objective-c/</link>
			</item>
	<item>
		<title>Variables and Graphical Plots in Java</title>
		<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.
]]></description>
		<link>http://www.viscerallogic.com/programming/blog/2005/11/17/variables-and-graphical-plots-in-java/</link>
			</item>
	<item>
		<title>Numerical Expression Solver in Java</title>
		<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.
]]></description>
		<link>http://www.viscerallogic.com/programming/blog/2005/11/12/numerical-expression-solver-in-java/</link>
			</item>
</channel>
</rss>
