<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Tis How I Code:: With Great Frustration... Comes Passion</title>
	<atom:link href="http://tishowicode.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tishowicode.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 29 Sep 2009 13:49:50 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='tishowicode.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/c60ebbff88a655c720edb7dd483cdb91?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Tis How I Code:: With Great Frustration... Comes Passion</title>
		<link>http://tishowicode.wordpress.com</link>
	</image>
			<item>
		<title>Google Wave</title>
		<link>http://tishowicode.wordpress.com/2009/09/29/google-wave/</link>
		<comments>http://tishowicode.wordpress.com/2009/09/29/google-wave/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 13:49:50 +0000</pubDate>
		<dc:creator>phoenixblue</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://tishowicode.wordpress.com/?p=135</guid>
		<description><![CDATA[I really hope to play with Google Wave tomorrow.. WARGHHHHH
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tishowicode.wordpress.com&blog=1514843&post=135&subd=tishowicode&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://tishowicode.wordpress.com/2009/09/29/google-wave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">phoenixblue</media:title>
		</media:content>
	</item>
		<item>
		<title>Install Flash</title>
		<link>http://tishowicode.wordpress.com/2009/09/01/install-flash/</link>
		<comments>http://tishowicode.wordpress.com/2009/09/01/install-flash/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 20:34:18 +0000</pubDate>
		<dc:creator>phoenixblue</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://tishowicode.wordpress.com/?p=131</guid>
		<description><![CDATA[# Open a Terminal.
# Become root:
su -
# Install the Adobe repository for yum:
rpm -Uvh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
# Type:
yum install flash-plugin nspluginwrapper.{i386,x86_64} pulseaudio-libs.i386 alsa-plugins-pulseaudio.i386 libcurl.i386
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tishowicode.wordpress.com&blog=1514843&post=131&subd=tishowicode&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://tishowicode.wordpress.com/2009/09/01/install-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">phoenixblue</media:title>
		</media:content>
	</item>
		<item>
		<title>Get Relative Position of Mouse-Click in Canvas</title>
		<link>http://tishowicode.wordpress.com/2009/08/31/get-relative-position-of-mouse-click-in-canvas/</link>
		<comments>http://tishowicode.wordpress.com/2009/08/31/get-relative-position-of-mouse-click-in-canvas/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 22:04:43 +0000</pubDate>
		<dc:creator>phoenixblue</dc:creator>
				<category><![CDATA[Canvas]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://tishowicode.wordpress.com/?p=127</guid>
		<description><![CDATA[function getRelativePosition(e) {
	var canvas = document.getElementById("canvas-diagram");
	var scroll = document.body.scrollTop;
	if( typeof( canvas.offsetParent ) != 'undefined' ) {
	    for( var posX = 0, posY = 0; canvas; canvas = canvas.offsetParent ) {
	      posX += canvas.offsetLeft;
	      posY += canvas.offsetTop;
	    }
	   [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tishowicode.wordpress.com&blog=1514843&post=127&subd=tishowicode&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://tishowicode.wordpress.com/2009/08/31/get-relative-position-of-mouse-click-in-canvas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">phoenixblue</media:title>
		</media:content>
	</item>
		<item>
		<title>MorphAdorner + Eclipse OutofMemoryError!</title>
		<link>http://tishowicode.wordpress.com/2009/07/28/morphadorner-eclipse-outofmemoryerror/</link>
		<comments>http://tishowicode.wordpress.com/2009/07/28/morphadorner-eclipse-outofmemoryerror/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 23:21:03 +0000</pubDate>
		<dc:creator>phoenixblue</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[NLP]]></category>

		<guid isPermaLink="false">http://tishowicode.wordpress.com/?p=118</guid>
		<description><![CDATA[MorphAdorner 1.0
Eclipse Galileo 3.5
In eclipse.ini
-startup
plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
-product
org.eclipse.epp.package.jee.product
--launcher.XXMaxPermSize
128M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
512m
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx720m
Running examples:
Right-Click edu.northwestern.at.morphadorner.examples.PosTagString -&#62; Run As -&#62; Run Configurations -&#62; Java Application-&#62;New
In Arguments Tab-&#62;Program arguments add the text to tag:
"I spent all day trying to figure out Eclipse java.lang.OutOfMemoryError: Java heap space!"
VM arguments add:
-Xms512m -Xmx1024m
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tishowicode.wordpress.com&blog=1514843&post=118&subd=tishowicode&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://tishowicode.wordpress.com/2009/07/28/morphadorner-eclipse-outofmemoryerror/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">phoenixblue</media:title>
		</media:content>
	</item>
		<item>
		<title>Find Open Ports</title>
		<link>http://tishowicode.wordpress.com/2009/07/26/find-open-ports/</link>
		<comments>http://tishowicode.wordpress.com/2009/07/26/find-open-ports/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 12:46:27 +0000</pubDate>
		<dc:creator>phoenixblue</dc:creator>
				<category><![CDATA[DOS]]></category>

		<guid isPermaLink="false">http://tishowicode.wordpress.com/?p=114</guid>
		<description><![CDATA[List all listening ports
netstat -an &#124;find /i "listening"
List a particular port #
netstat -an &#124;find /i "4848"
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tishowicode.wordpress.com&blog=1514843&post=114&subd=tishowicode&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://tishowicode.wordpress.com/2009/07/26/find-open-ports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">phoenixblue</media:title>
		</media:content>
	</item>
		<item>
		<title>Run LingPipe Demo in Eclipse</title>
		<link>http://tishowicode.wordpress.com/2009/07/26/run-lingpipe-demo-in-eclipse/</link>
		<comments>http://tishowicode.wordpress.com/2009/07/26/run-lingpipe-demo-in-eclipse/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 11:22:55 +0000</pubDate>
		<dc:creator>phoenixblue</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[NLP]]></category>

		<guid isPermaLink="false">http://tishowicode.wordpress.com/?p=109</guid>
		<description><![CDATA[Eclipse Ganymede 3.42
LingPipe 3.8.1
Follow the eclipse tutorial at LingPipe 
Create a New Project-&#62;Java-&#62;Java Project From Existing Ant Buildfile-&#62;Next
In Ant buildfile, Browse to \lingpipe-3.8.1\demos\generic\build.xml
Right-Click-&#62;Project Properties-&#62;Java Build Path-&#62;Libraries-&#62;Add External Jars-&#62;Add \lingpipe-3.8.1\demos\generic\lingpipe-demos.jar
To Run:
Right-Click com.aliasi.demo.framework.DemoGUI.java -&#62; Run As -&#62; Run Configurations -&#62; Java Application-&#62;New
In Arguments Tab-&#62;Program arguments add
-demoConstructor=com.aliasi.demo.demos.PosDemo
-demoConstructorArgs=com.aliasi.tokenizer.IndoEuropeanTokenizerFactory,com.aliasi.sentences.IndoEuropeanSentenceModel,/pos-en-general-brown.HiddenMarkovModel,250000,250000,General English - Brown Corpus
Run
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tishowicode.wordpress.com&blog=1514843&post=109&subd=tishowicode&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://tishowicode.wordpress.com/2009/07/26/run-lingpipe-demo-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">phoenixblue</media:title>
		</media:content>
	</item>
		<item>
		<title>Eclipse + SVN in local repository</title>
		<link>http://tishowicode.wordpress.com/2009/07/24/eclipse-svn-in-local-repository/</link>
		<comments>http://tishowicode.wordpress.com/2009/07/24/eclipse-svn-in-local-repository/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 21:32:46 +0000</pubDate>
		<dc:creator>phoenixblue</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://tishowicode.wordpress.com/?p=104</guid>
		<description><![CDATA[Eclipse Ganymede 3.4.2
Subclipse 1.6.3
1. Download &#38; install Subclipse &#8211; Subversion plug-in for Eclipse
Installing from Eclipse URL: http://subclipse.tigris.org/update_1.6.x/
2. Open SVN Repository Exploring Perspective 
3. Click/Right-Click Add Repository Location
4. Enter URL: file:///D:/repository
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tishowicode.wordpress.com&blog=1514843&post=104&subd=tishowicode&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://tishowicode.wordpress.com/2009/07/24/eclipse-svn-in-local-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">phoenixblue</media:title>
		</media:content>
	</item>
		<item>
		<title>Install VLC on Limpus</title>
		<link>http://tishowicode.wordpress.com/2009/07/06/install-vlc-on-limpus/</link>
		<comments>http://tishowicode.wordpress.com/2009/07/06/install-vlc-on-limpus/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 13:56:25 +0000</pubDate>
		<dc:creator>phoenixblue</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://tishowicode.wordpress.com/?p=102</guid>
		<description><![CDATA[#&#62;su -
#&#62;sudo yum install fedora-release
add both repositories and use yum.
#&#62;wget http://download1.rpmfusion.org/free/fedora/updates/8/i386/rpmfusion-free-release-8-6.noarch.rpm
#&#62;wget http://rpms.kwizart.net/kwizart-release-8.rpm
#&#62;sudo rpm -U *release*rpm
#&#62;yum install vlc
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tishowicode.wordpress.com&blog=1514843&post=102&subd=tishowicode&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://tishowicode.wordpress.com/2009/07/06/install-vlc-on-limpus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">phoenixblue</media:title>
		</media:content>
	</item>
		<item>
		<title>Maximise Window</title>
		<link>http://tishowicode.wordpress.com/2009/05/24/maximise-window/</link>
		<comments>http://tishowicode.wordpress.com/2009/05/24/maximise-window/#comments</comments>
		<pubDate>Sun, 24 May 2009 20:46:33 +0000</pubDate>
		<dc:creator>phoenixblue</dc:creator>
				<category><![CDATA[XNA]]></category>

		<guid isPermaLink="false">http://tishowicode.wordpress.com/?p=98</guid>
		<description><![CDATA[        ((System.Windows.Forms.Form)System.Windows.Forms.Form.FromHandle(Window.Handle)).WindowState = System.Windows.Forms.FormWindowState.Maximized;
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tishowicode.wordpress.com&blog=1514843&post=98&subd=tishowicode&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://tishowicode.wordpress.com/2009/05/24/maximise-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">phoenixblue</media:title>
		</media:content>
	</item>
		<item>
		<title>Export Scene</title>
		<link>http://tishowicode.wordpress.com/2009/05/23/export-scene/</link>
		<comments>http://tishowicode.wordpress.com/2009/05/23/export-scene/#comments</comments>
		<pubDate>Sat, 23 May 2009 20:17:55 +0000</pubDate>
		<dc:creator>phoenixblue</dc:creator>
				<category><![CDATA[Blender]]></category>

		<guid isPermaLink="false">http://tishowicode.wordpress.com/?p=96</guid>
		<description><![CDATA[To save a .jpg straight from Blender:
1) Set up scene.
2) Press F10 to jump to the scene tab.
3) Under the Format heading, click on the list box next to the &#8220;Crop&#8221; button.
4) Select jpg
5) Press F12 to render.
6) After it&#8217;s done, press F3 to open up the Save Image dialog.
7) Select where you want to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tishowicode.wordpress.com&blog=1514843&post=96&subd=tishowicode&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://tishowicode.wordpress.com/2009/05/23/export-scene/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">phoenixblue</media:title>
		</media:content>
	</item>
	</channel>
</rss>