<?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>Just answer the F*#king question &#187; Not answering the F*#king question</title>
	<atom:link href="http://www.jatfq.com/archives/category/not-answering-the-fking-question/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jatfq.com</link>
	<description></description>
	<lastBuildDate>Fri, 06 Aug 2010 13:05:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Filesize fight</title>
		<link>http://www.jatfq.com/archives/71</link>
		<comments>http://www.jatfq.com/archives/71#comments</comments>
		<pubDate>Tue, 03 Mar 2009 14:45:49 +0000</pubDate>
		<dc:creator>Sime</dc:creator>
				<category><![CDATA[Not answering the F*#king question]]></category>

		<guid isPermaLink="false">http://www.jatfq.com/?p=71</guid>
		<description><![CDATA[I dunno, I just like the way this fight was going. FYI: int getFileSizeFromPath(char * path) { FILE * file; int fileSizeBytes = 0; file = fopen(path,"r"); if(file>0){ fseek(file, 0, SEEK_END); fileSizeBytes = ftell(file); fseek(file, 0, SEEK_SET); fclose(file); } return fileSizeBytes; } or in XCode use the NSFileManage: NSFileManager * filemanager = [[NSFileManager alloc]init]; if([filemanager [...]]]></description>
			<content:encoded><![CDATA[<p>I dunno, I just like the way this fight was going.</p>
<p><a href="http://bytes.com/groups/c/221370-how-get-file-size"></p>
<p>FYI:</p>
<p><code>int getFileSizeFromPath(char * path)<br />
{<br />
	FILE * file;<br />
	int fileSizeBytes = 0;<br />
	file = fopen(path,"r");<br />
	if(file>0){<br />
		fseek(file, 0, SEEK_END);<br />
		fileSizeBytes = ftell(file);<br />
		fseek(file, 0, SEEK_SET);<br />
		fclose(file);<br />
	}<br />
    return fileSizeBytes;<br />
}<br />
</code></p>
<p>or in XCode use the NSFileManage:</p>
<p><code></p>
<p>	NSFileManager * filemanager = [[NSFileManager alloc]init];<br />
	if([filemanager fileExistsAtPath:[self getCompletePath] isDirectory:&#038;isDirectory]){</p>
<p>		NSDictionary * attributes = [filemanager attributesOfItemAtPath:[self getCompletePath] error:nil];</p>
<p>		// file size<br />
		NSNumber *theFileSize;<br />
		if (theFileSize = [attributes objectForKey:NSFileSize])_fileSize= [theFileSize intValue];<br />
}<br />
</code></p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.jatfq.com%2Farchives%2F71&amp;title=Filesize+fight" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.jatfq.com%2Farchives%2F71&amp;title=Filesize+fight" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.jatfq.com%2Farchives%2F71&amp;title=Filesize+fight" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.jatfq.com%2Farchives%2F71&amp;title=Filesize+fight" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.jatfq.com%2Farchives%2F71&amp;title=Filesize+fight', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.jatfq.com%2Farchives%2F71" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.jatfq.com%2Farchives%2F71" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.jatfq.com%2Farchives%2F71&amp;title=Filesize+fight" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.jatfq.com%2Farchives%2F71&amp;title=Filesize+fight" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://www.jatfq.com/archives/71/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Mother of all &#8230;.</title>
		<link>http://www.jatfq.com/archives/4</link>
		<comments>http://www.jatfq.com/archives/4#comments</comments>
		<pubDate>Thu, 19 Apr 2007 20:53:40 +0000</pubDate>
		<dc:creator>Sime</dc:creator>
				<category><![CDATA[Not answering the F*#king question]]></category>

		<guid isPermaLink="false">http://www.jatfq.com/?p=4</guid>
		<description><![CDATA[Ok, if you are English this is a classic case of someone NJATFQ ( the only YouTube clip of worth is from &#8220;Have I Got News for You&#8221; &#8230; still &#8230; )]]></description>
			<content:encoded><![CDATA[<p>Ok, if you are English this is a classic case of someone NJATFQ ( the only YouTube clip of worth is from &#8220;Have I Got News for You&#8221; &#8230; still &#8230; ) </p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/bfYJwOuxbpA"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/bfYJwOuxbpA" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.jatfq.com%2Farchives%2F4&amp;title=The+Mother+of+all+%26%238230%3B." title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.jatfq.com%2Farchives%2F4&amp;title=The+Mother+of+all+%26%238230%3B." title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.jatfq.com%2Farchives%2F4&amp;title=The+Mother+of+all+%26%238230%3B." title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.jatfq.com%2Farchives%2F4&amp;title=The+Mother+of+all+%26%238230%3B." title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.jatfq.com%2Farchives%2F4&amp;title=The+Mother+of+all+%26%238230%3B.', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.jatfq.com%2Farchives%2F4" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.jatfq.com%2Farchives%2F4" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.jatfq.com%2Farchives%2F4&amp;title=The+Mother+of+all+%26%238230%3B." title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.jatfq.com%2Farchives%2F4&amp;title=The+Mother+of+all+%26%238230%3B." title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://www.jatfq.com/archives/4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copyright or copywrong?</title>
		<link>http://www.jatfq.com/archives/3</link>
		<comments>http://www.jatfq.com/archives/3#comments</comments>
		<pubDate>Thu, 19 Apr 2007 17:37:05 +0000</pubDate>
		<dc:creator>Sime</dc:creator>
				<category><![CDATA[Pointless responses]]></category>

		<guid isPermaLink="false">http://www.jatfq.com/?p=3</guid>
		<description><![CDATA[Ah, one of the fetal babies that started this endevour. http://www.dynamicdrive.com/forums/archive/index.php/t-17096.html Now this site is not for personal attacks or political soapboxing, but in the christian spirit of helpfulness -  jscheuer1, your an ass, and in response to dandyjob, no.]]></description>
			<content:encoded><![CDATA[<p>Ah, one of the fetal babies that started this endevour.</p>
<p><a href="http://www.dynamicdrive.com/forums/archive/index.php/t-17096.html" target="_blank">http://www.dynamicdrive.com/forums/archive/index.php/t-17096.html</a></p>
<p>Now this site is not for personal attacks or political soapboxing, but in the christian spirit of helpfulness -  <strong><em>jscheuer1</em></strong>, your an ass, and in response to <strong><em>dandyjob</em></strong>, no.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.jatfq.com%2Farchives%2F3&amp;title=Copyright+or+copywrong%3F" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.jatfq.com%2Farchives%2F3&amp;title=Copyright+or+copywrong%3F" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.jatfq.com%2Farchives%2F3&amp;title=Copyright+or+copywrong%3F" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.jatfq.com%2Farchives%2F3&amp;title=Copyright+or+copywrong%3F" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.jatfq.com%2Farchives%2F3&amp;title=Copyright+or+copywrong%3F', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.jatfq.com%2Farchives%2F3" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.jatfq.com%2Farchives%2F3" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.jatfq.com%2Farchives%2F3&amp;title=Copyright+or+copywrong%3F" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.jatfq.com%2Farchives%2F3&amp;title=Copyright+or+copywrong%3F" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://www.jatfq.com/archives/3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
