<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Martin&#039;s Weekend Coding</title>
	<atom:link href="http://blog.alutam.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.alutam.com</link>
	<description>Sharing useful tips from my &#34;weekend projects&#34;</description>
	<lastBuildDate>Wed, 17 Apr 2013 13:55:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Reading Password-Protected ZIP Files in Java by Ansuha</title>
		<link>http://blog.alutam.com/2009/10/31/reading-password-protected-zip-files-in-java/comment-page-1/#comment-2746</link>
		<dc:creator>Ansuha</dc:creator>
		<pubDate>Wed, 17 Apr 2013 13:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alutam.com/?p=102#comment-2746</guid>
		<description><![CDATA[Hi,
your code in android but it gives fileNotFound Exception at
FileOutputStream fos = new FileOutputStream(ze.getName());
.
My asswordprotected zip contains many zip files. Is there any changerequired in the code ?
Please reply.]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
your code in android but it gives fileNotFound Exception at<br />
FileOutputStream fos = new FileOutputStream(ze.getName());<br />
.<br />
My asswordprotected zip contains many zip files. Is there any changerequired in the code ?<br />
Please reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Optimizing MacOS X Lion for SSD by SSD-Solid State Drive &#124; ..::invisible flame light::..</title>
		<link>http://blog.alutam.com/2012/04/01/optimizing-macos-x-lion-for-ssd/comment-page-2/#comment-2744</link>
		<dc:creator>SSD-Solid State Drive &#124; ..::invisible flame light::..</dc:creator>
		<pubDate>Sun, 14 Apr 2013 11:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alutam.com/?p=154#comment-2744</guid>
		<description><![CDATA[[...] http://blog.alutam.com/2012/04/01/optimizing-macos-x-lion-for-ssd/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.alutam.com/2012/04/01/optimizing-macos-x-lion-for-ssd/" rel="nofollow">http://blog.alutam.com/2012/04/01/optimizing-macos-x-lion-for-ssd/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Optimizing MacOS X Lion for SSD by Willings</title>
		<link>http://blog.alutam.com/2012/04/01/optimizing-macos-x-lion-for-ssd/comment-page-2/#comment-2743</link>
		<dc:creator>Willings</dc:creator>
		<pubDate>Sat, 13 Apr 2013 08:35:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alutam.com/?p=154#comment-2743</guid>
		<description><![CDATA[Good tips! Try later :D]]></description>
		<content:encoded><![CDATA[<p>Good tips! Try later :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading Password-Protected ZIP Files in Java by sham</title>
		<link>http://blog.alutam.com/2009/10/31/reading-password-protected-zip-files-in-java/comment-page-1/#comment-2727</link>
		<dc:creator>sham</dc:creator>
		<pubDate>Fri, 22 Mar 2013 05:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alutam.com/?p=102#comment-2727</guid>
		<description><![CDATA[Hi martin, when i used this code for unzip protection password... i got some excemption like this....

java.lang.IllegalStateException: Unsupported ZIP format.
at ZipDecryptInputStream.read(ZipDecryptInputStream.java:65)
at java.io.InputStream.read(Unknown Source)
at java.io.FilterInputStream.read(Unknown Source)
at java.io.PushbackInputStream.read(Unknown Source)
at java.util.zip.ZipInputStream.readFully(Unknown Source)
at java.util.zip.ZipInputStream.readLOC(Unknown Source)
at java.util.zip.ZipInputStream.getNextEntry(Unknown Source)
at Main.main(Main.java:19)


Can U help me plz...i tried alot....]]></description>
		<content:encoded><![CDATA[<p>Hi martin, when i used this code for unzip protection password&#8230; i got some excemption like this&#8230;.</p>
<p>java.lang.IllegalStateException: Unsupported ZIP format.<br />
at ZipDecryptInputStream.read(ZipDecryptInputStream.java:65)<br />
at java.io.InputStream.read(Unknown Source)<br />
at java.io.FilterInputStream.read(Unknown Source)<br />
at java.io.PushbackInputStream.read(Unknown Source)<br />
at java.util.zip.ZipInputStream.readFully(Unknown Source)<br />
at java.util.zip.ZipInputStream.readLOC(Unknown Source)<br />
at java.util.zip.ZipInputStream.getNextEntry(Unknown Source)<br />
at Main.main(Main.java:19)</p>
<p>Can U help me plz&#8230;i tried alot&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Optimizing MacOS X Lion for SSD by John Haas</title>
		<link>http://blog.alutam.com/2012/04/01/optimizing-macos-x-lion-for-ssd/comment-page-2/#comment-2726</link>
		<dc:creator>John Haas</dc:creator>
		<pubDate>Thu, 21 Mar 2013 17:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alutam.com/?p=154#comment-2726</guid>
		<description><![CDATA[256M for /private/tmp is too small for MS office updates.  I changed it to 512M.  Don&#039;t know the minimum size.]]></description>
		<content:encoded><![CDATA[<p>256M for /private/tmp is too small for MS office updates.  I changed it to 512M.  Don&#8217;t know the minimum size.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Optimizing MacOS X Lion for SSD by Bob</title>
		<link>http://blog.alutam.com/2012/04/01/optimizing-macos-x-lion-for-ssd/comment-page-2/#comment-2723</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Tue, 19 Mar 2013 02:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alutam.com/?p=154#comment-2723</guid>
		<description><![CDATA[When I follow your steps, I found that after two or three days(do not shutdown the computer), the &quot;wired&quot; memory would increase more and more, about 4 or 5 Gb. Meybe more.
I don&#039;t know what I have did is wrong. Could you help me?]]></description>
		<content:encoded><![CDATA[<p>When I follow your steps, I found that after two or three days(do not shutdown the computer), the &#8220;wired&#8221; memory would increase more and more, about 4 or 5 Gb. Meybe more.<br />
I don&#8217;t know what I have did is wrong. Could you help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Optimizing MacOS X Lion for SSD by hiru</title>
		<link>http://blog.alutam.com/2012/04/01/optimizing-macos-x-lion-for-ssd/comment-page-2/#comment-2722</link>
		<dc:creator>hiru</dc:creator>
		<pubDate>Sat, 16 Mar 2013 17:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alutam.com/?p=154#comment-2722</guid>
		<description><![CDATA[Thank you.. this freed up 5 G on my 128 SSD!]]></description>
		<content:encoded><![CDATA[<p>Thank you.. this freed up 5 G on my 128 SSD!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Optimizing MacOS X Lion for SSD by Advice needed. Moving the Home Directory to another drive</title>
		<link>http://blog.alutam.com/2012/04/01/optimizing-macos-x-lion-for-ssd/comment-page-2/#comment-2721</link>
		<dc:creator>Advice needed. Moving the Home Directory to another drive</dc:creator>
		<pubDate>Wed, 13 Mar 2013 05:38:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alutam.com/?p=154#comment-2721</guid>
		<description><![CDATA[[...] Support/MobileSync so my iphone backups would be stored on the HD.  here&#039;s a good resource: http://blog.alutam.com/2012/04/01/op...-lion-for-ssd/       GA-H77N-WIFI, Nvidia Geforce 640 GT OEM (GDDR5), Corsair XMS3 8 GB, Intel Core i3-3225, [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Support/MobileSync so my iphone backups would be stored on the HD.  here&#039;s a good resource: <a href="http://blog.alutam.com/2012/04/01/op" rel="nofollow">http://blog.alutam.com/2012/04/01/op</a>&#8230;-lion-for-ssd/       GA-H77N-WIFI, Nvidia Geforce 640 GT OEM (GDDR5), Corsair XMS3 8 GB, Intel Core i3-3225, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Optimizing MacOS X Lion for SSD by Sergey</title>
		<link>http://blog.alutam.com/2012/04/01/optimizing-macos-x-lion-for-ssd/comment-page-2/#comment-2716</link>
		<dc:creator>Sergey</dc:creator>
		<pubDate>Sun, 10 Mar 2013 18:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alutam.com/?p=154#comment-2716</guid>
		<description><![CDATA[Привет! Хотелось бы спросить про создание Ram Disk у меня этот скрипт выдает ошибку 
/Users/sergeyza/MoveTempFoldersToRamDisk.sh: line 1: {rtf1ansiansicpg1251cocoartf1138cocoasubrtf510: command not found
/Users/sergeyza/MoveTempFoldersToRamDisk.sh: line 2: {fonttblf0fnilfcharset0: command not found
/Users/sergeyza/MoveTempFoldersToRamDisk.sh: line 2: f1fnilfcharset0: command not found
/Users/sergeyza/MoveTempFoldersToRamDisk.sh: line 2: f2fnilfcharset0: command not found
/Users/sergeyza/MoveTempFoldersToRamDisk.sh: line 3: syntax error near unexpected token `}&#039;
/Users/sergeyza/MoveTempFoldersToRamDisk.sh: line 3: `}&#039;]]></description>
		<content:encoded><![CDATA[<p>Привет! Хотелось бы спросить про создание Ram Disk у меня этот скрипт выдает ошибку<br />
/Users/sergeyza/MoveTempFoldersToRamDisk.sh: line 1: {rtf1ansiansicpg1251cocoartf1138cocoasubrtf510: command not found<br />
/Users/sergeyza/MoveTempFoldersToRamDisk.sh: line 2: {fonttblf0fnilfcharset0: command not found<br />
/Users/sergeyza/MoveTempFoldersToRamDisk.sh: line 2: f1fnilfcharset0: command not found<br />
/Users/sergeyza/MoveTempFoldersToRamDisk.sh: line 2: f2fnilfcharset0: command not found<br />
/Users/sergeyza/MoveTempFoldersToRamDisk.sh: line 3: syntax error near unexpected token `}&#8217;<br />
/Users/sergeyza/MoveTempFoldersToRamDisk.sh: line 3: `}&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Optimizing MacOS X Lion for SSD by Rob</title>
		<link>http://blog.alutam.com/2012/04/01/optimizing-macos-x-lion-for-ssd/comment-page-2/#comment-2715</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sat, 09 Mar 2013 17:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.alutam.com/?p=154#comment-2715</guid>
		<description><![CDATA[Can someone please suggest how to move the cache from Chrome to the Ram disk I successfully created following the directions above?]]></description>
		<content:encoded><![CDATA[<p>Can someone please suggest how to move the cache from Chrome to the Ram disk I successfully created following the directions above?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
