<?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>programcreek.com &#187; Uncategorized</title>
	<atom:link href="http://www.programcreek.com/category/tech-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.programcreek.com</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 23:20:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Disable Visual Effects on Mac</title>
		<link>http://www.programcreek.com/2011/11/disable-visual-effects-on-mac/</link>
		<comments>http://www.programcreek.com/2011/11/disable-visual-effects-on-mac/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 15:50:16 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.programcreek.com/?p=4865</guid>
		<description><![CDATA[When open or save a file, the dialog box does a sort of genie effect, where it grows from smaller to bigger. This may look nice, but any effect comes at something of a price — mainly increased RAM consumption from open widgets, even if Dashboard itself is closed. Like under Windows system we can [...]]]></description>
		<wfw:commentRss>http://www.programcreek.com/2011/11/disable-visual-effects-on-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox is already running &#8211; linux .parentlock problem</title>
		<link>http://www.programcreek.com/2011/10/firefox-is-already-running-linux-parentlock-problem/</link>
		<comments>http://www.programcreek.com/2011/10/firefox-is-already-running-linux-parentlock-problem/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 16:11:07 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.programcreek.com/?p=4642</guid>
		<description><![CDATA[While I&#8217;m using the linux machine in our lab, this happened several times. Everything I spent a while for searching, and I get very tired of this. The reason is there are a lot of researching results that are not relevant. I have to put it here to avoid searching next time. Error Message: &#8220;Firefox [...]]]></description>
		<wfw:commentRss>http://www.programcreek.com/2011/10/firefox-is-already-running-linux-parentlock-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trace Source Code in Eclipse: Attaching source to a JAR file</title>
		<link>http://www.programcreek.com/2011/08/attaching-source-to-a-jar-file/</link>
		<comments>http://www.programcreek.com/2011/08/attaching-source-to-a-jar-file/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 16:04:28 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.programcreek.com/?p=3969</guid>
		<description><![CDATA[The API document only list the description of class, interface, and methods. If you want to trace back to the original implementation code by clicking &#8220;F3&#8243; button in Eclipse, then source file need to be attached. The source file under window is here: C:\Program Files\Java\jdk1.6.0_24\src.zip http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/org.eclipse.jdt.doc.user/tasks/tasks-115.htm]]></description>
		<wfw:commentRss>http://www.programcreek.com/2011/08/attaching-source-to-a-jar-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Pipe for Communication Between Java and C++ program</title>
		<link>http://www.programcreek.com/2011/02/linux-pipe-for-communication-between-java-and-c-program/</link>
		<comments>http://www.programcreek.com/2011/02/linux-pipe-for-communication-between-java-and-c-program/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 02:42:37 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[communication between java and c++]]></category>
		<category><![CDATA[pipe]]></category>

		<guid isPermaLink="false">http://www.programcreek.com/?p=2742</guid>
		<description><![CDATA[Pipe is neat. A pipe is a way to connect the output of one program to the input of another program without any temporary file. This simple test contains a Java program, a C++ program. The output of Java program is used as input for &#8220;wc&#8221; command, and the output is then used by a [...]]]></description>
		<wfw:commentRss>http://www.programcreek.com/2011/02/linux-pipe-for-communication-between-java-and-c-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Shelling Programming Warm-up Example – $?</title>
		<link>http://www.programcreek.com/2011/02/linux-shelling-programming-warm-up-example/</link>
		<comments>http://www.programcreek.com/2011/02/linux-shelling-programming-warm-up-example/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 23:55:35 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.programcreek.com/?p=2737</guid>
		<description><![CDATA[This shell program mainly demonstrate how to use $? to find out the exit status of command. If after a command execute, you input to terminal: echo $?, you will get 0 or 1 to indicate the status of executation. Of course, as a warm-up program, it should be added for tricky stuff. The following [...]]]></description>
		<wfw:commentRss>http://www.programcreek.com/2011/02/linux-shelling-programming-warm-up-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Shelling Programming Warm-up Example &#8211; For Loop</title>
		<link>http://www.programcreek.com/2011/02/linux-shelling-programming-warm-up-example-for-loop/</link>
		<comments>http://www.programcreek.com/2011/02/linux-shelling-programming-warm-up-example-for-loop/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 23:14:22 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.programcreek.com/?p=2732</guid>
		<description><![CDATA[This little program: 1. loop though files in &#8220;linuxPractice&#8221; directory 2. put file names to a file &#8220;new.txt&#8221; 3. copy every file to the &#8220;new&#8221; directory]]></description>
		<wfw:commentRss>http://www.programcreek.com/2011/02/linux-shelling-programming-warm-up-example-for-loop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

