<?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>Hamstar &#187; api</title>
	<atom:link href="http://www.hamstar.co.nz/tag/api/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hamstar.co.nz</link>
	<description>Another Metal Car Computer Geek blog</description>
	<lastBuildDate>Sat, 06 Aug 2011 17:46:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>YUML</title>
		<link>http://www.hamstar.co.nz/2010/09/04/yuml/</link>
		<comments>http://www.hamstar.co.nz/2010/09/04/yuml/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 16:11:16 +0000</pubDate>
		<dc:creator>hamstar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[uml]]></category>

		<guid isPermaLink="false">http://www.hamstar.co.nz/2010/09/04/yuml/</guid>
		<description><![CDATA[So i found this wickid site yuml.me that lets you build UML use case, class and activity diagrams online using some UML markup.
But I want to put my existing php classes in there without having to type out all my functions and stuff.  So I made this: http://api.hamstar.co.nz/yumlit.php.  Much easier.  Enjoy.
]]></description>
			<content:encoded><![CDATA[<p>So i found this wickid site <a href="http://yuml.me">yuml.me</a> that lets you build UML use case, class and activity diagrams online using some UML markup.</p>
<p>But I want to put my existing php classes in there without having to type out all my functions and stuff.  So I made this: <a href="http://api.hamstar.co.nz/yumlit.php">http://api.hamstar.co.nz/yumlit.php</a>.  Much easier.  Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hamstar.co.nz/2010/09/04/yuml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Box Office Data API</title>
		<link>http://www.hamstar.co.nz/2009/09/21/box-office-data-api/</link>
		<comments>http://www.hamstar.co.nz/2009/09/21/box-office-data-api/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 11:49:00 +0000</pubDate>
		<dc:creator>hamstar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[mpaa]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[RIAA]]></category>
		<category><![CDATA[screen-scraping]]></category>
		<category><![CDATA[spider]]></category>

		<guid isPermaLink="false">http://www.hamstar.co.nz/2009/09/21/box-office-data-api/</guid>
		<description><![CDATA[Reading about the stink the MPAA and RIAA are kicking up about the whole P2P bittorrent thing got me thinking.  I wonder if what they are saying is actually true.  Are movie makers actually being ripped off by bittorrent?
I found this website called The Numbers which has a whole lot of box office [...]]]></description>
			<content:encoded><![CDATA[<p>Reading about the stink the MPAA and RIAA are kicking up about the whole P2P bittorrent thing got me thinking.  I wonder if what they are saying is actually true.  Are movie makers actually being ripped off by bittorrent?</p>
<p>I found this website called <a href="http://the-numbers.com">The Numbers</a> which has a whole lot of box office data on it.</p>
<p>However no API.  And I wanted an API that would tell me whether to feel guilty about downloading a particular movie.</p>
<p>So I made this: <a href="http://hamstar.co.nz/api/api_thenumbers.php">Box Office Data API</a></p>
<p>You just have to enter the movie name and year (in the url bar &#8211; no form yet) and it will tell you (if the data is available) the production costs, the gross revenue, and the net profit the movie makers made.</p>
<p>Here&#8217;s an example for the movie <a href="http://hamstar.co.nz/api/api_thenumbers.php?t=district%209&#038;y=2009">District 9</a> also if you look at <a href="http://hamstar.co.nz/api/api_thenumbers.php?t=titanic&#038;y=1997">Titanic </a>they made over 1.5 billion bucks profit on that piece of shit movie!</p>
<p>The search code isn&#8217;t very smart though so it may return some dodgey results.  Still beta but still useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hamstar.co.nz/2009/09/21/box-office-data-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

