<?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>P Coder</title>
	<atom:link href="http://www.pcoder.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pcoder.net</link>
	<description>Code, Coder &#38; Coding</description>
	<lastBuildDate>Fri, 23 Nov 2012 12:40:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=9785</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The name &#8216;Resource&#8217; does not exist in the current context</title>
		<link>http://www.pcoder.net/the-name-resource-does-not-exist-in-the-current-context/</link>
		<comments>http://www.pcoder.net/the-name-resource-does-not-exist-in-the-current-context/#comments</comments>
		<pubDate>Fri, 23 Nov 2012 12:35:48 +0000</pubDate>
		<dc:creator>P Coder</dc:creator>
				<category><![CDATA[Codes]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Mono]]></category>
		<category><![CDATA[Xamarin]]></category>

		<guid isPermaLink="false">http://www.pcoder.net/?p=312</guid>
		<description><![CDATA[<p>Well, playing with mono for Android is quite fun, until you run into very silly errors which kind of keep you stuck for hours before <p>Continue reading <a href="http://www.pcoder.net/the-name-resource-does-not-exist-in-the-current-context/">The name &#8216;Resource&#8217; does not exist in the current context</a></p]]></description>
			<content:encoded><![CDATA[<p>Well, playing with mono for Android is quite fun, until you run into very silly errors which kind of keep you stuck for hours before you come to know about the solution for them (Particularly, for people like me who seldom use .NET for programming).</p>
<p>The error: <strong>The name &#8216;Resource&#8217; does not exist in the current context</strong></p>
<div id="attachment_313" class="wp-caption aligncenter" style="width: 655px"><a href="http://www.pcoder.net/the-name-resource-does-not-exist-in-the-current-context/post/" rel="attachment wp-att-313"><img src="http://www.pcoder.net/wp-content/uploads/2012/11/post-645x342.png" alt="The name &#039;Resource&#039; does not exist in the current context" title="post" width="645" height="342" class="size-large wp-image-313" /></a><p class="wp-caption-text">The name 'Resource' does not exist in the current context</p></div>
<p>The <a href="http://docs.xamarin.com/android/Recipes/General/Projects/Specify_Default_Namespace">Xamarin Developer Center</a> suggests that the error is due to the namespace difference. But, for my case it was that I had changed the Build Action property in the <em>Resource.Designer.cs</em> and <em>Activity1.cs</em> files to &#8220;Compile&#8221;. This property needs be set to &#8220;None&#8221;! </p>
<div id="attachment_318" class="wp-caption aligncenter" style="width: 655px"><a href="http://www.pcoder.net/the-name-resource-does-not-exist-in-the-current-context/post-2/" rel="attachment wp-att-318"><img src="http://www.pcoder.net/wp-content/uploads/2012/11/post1-645x342.png" alt="The name &#039;Resource&#039; does not exist in the current context FIXED" title="The name &#039;Resource&#039; does not exist in the current context" width="645" height="342" class="size-large wp-image-318" /></a><p class="wp-caption-text">The name 'Resource' does not exist in the current context FIXED</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.pcoder.net/the-name-resource-does-not-exist-in-the-current-context/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Could not start a simulator &#8211; CPN Tools</title>
		<link>http://www.pcoder.net/could-not-start-a-simulator-cpn-tools/</link>
		<comments>http://www.pcoder.net/could-not-start-a-simulator-cpn-tools/#comments</comments>
		<pubDate>Sat, 03 Mar 2012 07:29:23 +0000</pubDate>
		<dc:creator>P Coder</dc:creator>
				<category><![CDATA[Codes]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[CPNTools]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[simulator]]></category>

		<guid isPermaLink="false">http://www.pcoder.net/?p=301</guid>
		<description><![CDATA[<p>I was facing this wierd problem for the past couple of hours. The problem is that CPN Tools gives you very little debug information or <p>Continue reading <a href="http://www.pcoder.net/could-not-start-a-simulator-cpn-tools/">Could not start a simulator &#8211; CPN Tools</a></p]]></description>
			<content:encoded><![CDATA[<p>I was facing this wierd problem for the past couple of hours. The problem is that CPN Tools gives you very little debug information or something which I have not been able to figure out.</p>
<p>The specific problem that I was facing was, whenever I tried to load a net to the CPN Tools, it always gave the error:</p>
<p><code>Could not start a simulator</code></p>
<p>and the simulation process would not start. A snapshot of the error looks something like this:</p>
<p><div id="attachment_302" class="wp-caption aligncenter" style="width: 1376px"><a rel="attachment wp-att-302" href="http://www.pcoder.net/could-not-start-a-simulator-cpn-tools/cpntools-error/"><img class="size-full wp-image-302" title="CPNTools-error" src="http://www.pcoder.net/wp-content/uploads/2012/03/CPNTools-error.png" alt="CPN Tools UI - Could not start a simulator" width="1366" height="727" /></a><p class="wp-caption-text">CPN Tools UI - Could not start a simulator</p></div><br />
<br/><br/><br/><br />
<strong>Solution or Steps to rectify the problem</strong> as suggested by <a href="http://westergaard.eu/">Michael Westergaard</a> on <a href="http://listserver.tue.nl/mailman/private/cpntools-support/private?action=view&amp;msgid=341086&amp;admin=False">Smart Archiver (TU/e)</a>.<br/><br/></p>
<ol>
<li>Supported OS&#8217;es: XP/Vista/7 32-bit versions, Windows 7 (64-bit). Also supported Windows 8 (both 32-bit and 64-bit version)</li>
<p><br/></p>
<li>CPN Tools 3.0 uses a new simulator that is not too happy about being installed in a location other than the default one, and especially not one with non-ASCII characters. I&#8217;m looking into the problem, but has no solution yet, so the suggested work-around is to install in c:/Program Files/CPN Tools.</li>
<p><br/></p>
<li>The new simulator may also have problems with incompatible running installations of Cygwin.  If you don&#8217;t have Cygwin installed, it should not be an issue.  (Though you may have programs using Cygwin like CPN Tools without you knowing it; one of the nx distributions do that).</li>
<p><br/></p>
<li>The problem may also be &#8220;old&#8221; simulator settings; check if CPN Tools is set to run with a remote simulator (in Options in the index; http://cpntools.org/documentation/gui/index/options though the page is not 100% up-to-date).  The name of the simulator image has changed, so even if it says localhost, it may not work correctly if Remote is switched on.  You can also try deleting the global settings file, preferences.xml from C:\Documents and Settings\USER\Application Data\CPN Tools or c:\Users\USER\AppData\Roaming\CPN Tools (the location changes a bit with Windows versions and the local setup). <span style="color: red;">This was, in fact my problem. I guess I had stopped the CPNTools application abruptly in my prior run.</span></li>
<p><br/></p>
<li>You can also try starting the simulator manually; go to the cpnsim sub-directory of the CPN Tools installation directory and run (from a console)<br />
<code>.\cpnmld.x86-cygwin.exe -d 2098 .\run.x86-cygwin.exe</code><br />
then load your net and see if that helps; otherwise the console or the produce log file should give you hints as to what is wrong.  You may also want to try absolute paths for both cpnmld.x86-cygwin.exe and run.x86-cygwin.exe.</li>
<p><br/></p>
<li>Finally, one must ensure that cpntools runs under the administrative privileges. (i.e. Run CPNTools as adminitrator)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.pcoder.net/could-not-start-a-simulator-cpn-tools/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JENAROOT not set</title>
		<link>http://www.pcoder.net/jenaroot-not-set/</link>
		<comments>http://www.pcoder.net/jenaroot-not-set/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 18:40:50 +0000</pubDate>
		<dc:creator>P Coder</dc:creator>
				<category><![CDATA[Codes]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[JENA]]></category>
		<category><![CDATA[JENAROOT]]></category>
		<category><![CDATA[Semantic-web]]></category>
		<category><![CDATA[SPARQL]]></category>

		<guid isPermaLink="false">http://www.pcoder.net/?p=297</guid>
		<description><![CDATA[<p>When you are trying to run SPARQL query examples from the command-line, JENA complains you of JENAROOT not set. You can easily set the path <p>Continue reading <a href="http://www.pcoder.net/jenaroot-not-set/">JENAROOT not set</a></p]]></description>
			<content:encoded><![CDATA[<p>When you are trying to run SPARQL query examples from the command-line, JENA complains you of <code>JENAROOT not set</code>. You can easily set the path either on the local command prompt window or on the system variables.</p>
<p>1. Set the path<br />
<code><br />
C:\&gt;set JENAROOT=C:\Users\PATH_TO_WHERE_YOU_HAVE_INSTALLED_OR_UNZIPPED_JENA<br />
</code></p>
<p>2. Verify if the path is set correctly</p>
<p><code> C:\&gt;echo %JENAROOT%<br />
</code></p>
<p>3. You have solved your problem!</p>
<p>The snapshot of my command terminal is below:</p>
<div id="attachment_298" class="wp-caption aligncenter" style="width: 673px"><a rel="attachment wp-att-298" href="http://www.pcoder.net/jenaroot-not-set/command/"><img class="size-full wp-image-298" title="JENAROOT not set" src="http://www.pcoder.net/wp-content/uploads/2012/02/command.png" alt="JENAROOT not set" width="663" height="562" /></a><p class="wp-caption-text">JENAROOT not set</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.pcoder.net/jenaroot-not-set/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>org.xml.sax.SAXParseException: The prefix &#8220;vcard&#8221; for element &#8220;vcard:fn&#8221; is not bound.</title>
		<link>http://www.pcoder.net/exception-in-thread-main-com-hp-hpl-jena-shared-jenaexception-org-xml-sax-saxparseexception-the-prefix-vcard-for-element-vcardfn-is-not-bound/</link>
		<comments>http://www.pcoder.net/exception-in-thread-main-com-hp-hpl-jena-shared-jenaexception-org-xml-sax-saxparseexception-the-prefix-vcard-for-element-vcardfn-is-not-bound/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 13:27:57 +0000</pubDate>
		<dc:creator>P Coder</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[JENA]]></category>
		<category><![CDATA[jena-example]]></category>
		<category><![CDATA[Semantic-web]]></category>

		<guid isPermaLink="false">http://www.pcoder.net/?p=288</guid>
		<description><![CDATA[<p>When you run the Tutorial05.java and onwards in the Jena examples, you get the following error:</p>
<p>
ERROR [main] (RDFDefaultErrorHandler.java:40) - file:///C:/Users/Ravi/Desktop/Jena-examples/(line 4 column 60): {E201} rdf:about <p>Continue reading <a href="http://www.pcoder.net/exception-in-thread-main-com-hp-hpl-jena-shared-jenaexception-org-xml-sax-saxparseexception-the-prefix-vcard-for-element-vcardfn-is-not-bound/">org.xml.sax.SAXParseException: The prefix &#8220;vcard&#8221; for element &#8220;vcard:fn&#8221; is not bound.</a></p]]></description>
			<content:encoded><![CDATA[<p>When you run the Tutorial05.java and onwards in the Jena examples, you get the following error:</p>
<p><code><br />
ERROR [main] (RDFDefaultErrorHandler.java:40) - file:///C:/Users/Ravi/Desktop/Jena-examples/(line 4 column 60): {E201} rdf:about not allowed as attribute here.<br />
ERROR [main] (RDFDefaultErrorHandler.java:44) - file:///C:/Users/Ravi/Desktop/Jena-examples/(line 5 column 15): The prefix "vcard" for element "vcard:fn" is not bound.<br />
Exception in thread "main" com.hp.hpl.jena.shared.JenaException: org.xml.sax.SAXParseException: The prefix "vcard" for element "vcard:fn" is not bound.<br />
	at com.hp.hpl.jena.rdf.model.impl.RDFDefaultErrorHandler.fatalError(RDFDefaultErrorHandler.java:45)<br />
	at com.hp.hpl.jena.rdf.arp.impl.ARPSaxErrorHandler.fatalError(ARPSaxErrorHandler.java:35)<br />
	at com.hp.hpl.jena.rdf.arp.impl.XMLHandler.warning(XMLHandler.java:225)<br />
	at com.hp.hpl.jena.rdf.arp.impl.XMLHandler.fatalError(XMLHandler.java:255)<br />
	at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)<br />
	at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)<br />
	at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)<br />
	at org.apache.xerces.impl.XMLNamespaceBinder.handleStartElement(Unknown Source)<br />
	at org.apache.xerces.impl.XMLNamespaceBinder.startElement(Unknown Source)<br />
	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)<br />
	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)<br />
	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)<br />
	at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)<br />
	at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)<br />
	at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)<br />
	at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)<br />
	at com.hp.hpl.jena.rdf.arp.impl.RDFXMLParser.parse(RDFXMLParser.java:142)<br />
</code><br />
<strong>SOLUTION</strong><br />
This is very wierd, but the rdf (vc-db-1.rdf), which I obtained from the internet, seems to contain two different instances for vcard: viz, &#8220;vcard&#8221; and &#8220;vCard&#8221;. The namespace for &#8220;vCard&#8221; seems to be defined but &#8220;vcard&#8221; not defined. So, the solution might be just name all vcards consistently to a single name such as &#8220;vcard&#8221;.</p>
<p><font size="3" color="red">And later I found that vc-db-1.rdf obtained from <a href="http://jena.sourceforge.net/ARQ/Tutorial/vc-db-1.rdf">vc-db-1.rdf</a> was not correct, and that file that the example needs is located in directory doc/tutorial/RDQL folder. Thanks to <a href="http://we8ver.wordpress.com/java-explorations/">we8ver</a></font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pcoder.net/exception-in-thread-main-com-hp-hpl-jena-shared-jenaexception-org-xml-sax-saxparseexception-the-prefix-vcard-for-element-vcardfn-is-not-bound/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Parse error. There is a problem parsing the package.</title>
		<link>http://www.pcoder.net/parse-error-there-is-a-problem-parsing-the-package/</link>
		<comments>http://www.pcoder.net/parse-error-there-is-a-problem-parsing-the-package/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 15:34:42 +0000</pubDate>
		<dc:creator>P Coder</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Android Parse_error]]></category>

		<guid isPermaLink="false">http://www.pcoder.net/parse-error-there-is-a-problem-parsing-the-package/</guid>
		<description><![CDATA[<p>Recently, when I developed an simple android application for version 3.0 (API 11) and tried to run this on version 2.3, I got this wierd <p>Continue reading <a href="http://www.pcoder.net/parse-error-there-is-a-problem-parsing-the-package/">Parse error. There is a problem parsing the package.</a></p]]></description>
			<content:encoded><![CDATA[<p>Recently, when I developed an simple android application for version 3.0 (API 11) and tried to run this on version 2.3, I got this wierd problem. The error looks something like:</p>
<p><a href="http://www.pcoder.net/parse-error-there-is-a-problem-parsing-the-package/sc20120107-171136/" rel="attachment wp-att-284"><img src="http://www.pcoder.net/wp-content/uploads/2012/01/SC20120107-171136.jpeg" alt="SC20120107-171136" title="SC20120107-171136" width="480" height="800" class="aligncenter size-full wp-image-284" /></a></p>
<p><code><br />
Parse error.</p>
<p>There is a problem parsing the package.<br />
</code></p>
<p>The solution to this problem was to specify the minSdkVersion to a version on which you are trying to run the application. In my case version 2.3.</p>
<p>Solution:<br />
Edit your manifest file which contains the line</p>
<p><code><br />
uses-sdk android:minSdkVersion="11"<br />
</code></p>
<p>to </p>
<p><code><br />
uses-sdk android:minSdkVersion="7"<br />
</code></p>
<p>or whatever is preferrable for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pcoder.net/parse-error-there-is-a-problem-parsing-the-package/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wireless Technologies</title>
		<link>http://www.pcoder.net/wireless-technologies/</link>
		<comments>http://www.pcoder.net/wireless-technologies/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 16:17:56 +0000</pubDate>
		<dc:creator>P Coder</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3G vs 4G]]></category>

		<guid isPermaLink="false">http://www.pcoder.net/?p=274</guid>
		<description><![CDATA[<p style="text-align: center;">3G vs 4G</p>
<p style="text-align: center;"></p>
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><strong>3G vs 4G</strong></p>
<p style="text-align: center;"><iframe width="420" height="315" src="http://www.youtube.com/embed/mv9z_L3RQp4" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pcoder.net/wireless-technologies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java 7, What&#8217;s new?</title>
		<link>http://www.pcoder.net/java-7-whats-new/</link>
		<comments>http://www.pcoder.net/java-7-whats-new/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 00:59:54 +0000</pubDate>
		<dc:creator>P Coder</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pcoder.net/?p=266</guid>
		<description><![CDATA[<p>So, finally the much awaited Java 7 has finally been released. The official version of the software can be downloaded here.</p>
<p>The most distinctly visible coding <p>Continue reading <a href="http://www.pcoder.net/java-7-whats-new/">Java 7, What&#8217;s new?</a></p]]></description>
			<content:encoded><![CDATA[<p>So, finally the much awaited Java 7 has finally been released. The official version of the software can be downloaded <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">here</a>.</p>
<p>The most distinctly visible coding enhancements that differentiate Java 7 are:</p>
<h3>Automatic Resource Management</h3>
<p>Some resources in Java need to be closed manually like InputStream, Writers, Sockets, Sql classes. This language feature allows the try statement itself to declare one of more resources. These resources are scoped to the try block and are closed automatically.<br />
This:</p>
<pre class="java">BufferedReader br = new BufferedReader(new FileReader(path));
try {
   return br.readLine();
} finally {
   br.close();
}</pre>
<p>becomes:</p>
<pre class="java">try (BufferedReader br = new BufferedReader(new FileReader(path)) {
   return br.readLine();
}</pre>
<p>You can declare more than one resource to close:</p>
<pre>try (
   InputStream in = new FileInputStream(src);
   OutputStream out = new FileOutputStream(dest))
{
 // code
}</pre>
<p>To support this behaviour all closable classes will be retro-fitted to implement a Closable interface.<br />
Improved Type Inference for Generic Instance Creation (diamond)</p>
<p>This is a particular annoyance which is best served with an example:</p>
<pre class="java">Map&gt; anagrams = new HashMap&gt;();</pre>
<p>becomes:</p>
<pre class="java">Map&gt; anagrams = new HashMap&lt;&gt;();</pre>
<p>This is called the diamond operator: &lt;&gt; which infers the type from the reference declaration.</p>
<h3>Underscores in numeric literals</h3>
<p>Long numbers are hard to read. You can now split them up using an underscore in ints and longs:</p>
<pre class="java">int one_million = 1_000_000;</pre>
<h3>Strings in switch</h3>
<p>Currently you can only use numbers or enums in switch statements. String has been added as a candidate:</p>
<pre class="java">String s = ...
switch(s) {
 case "quux":
    processQuux(s);
    // fall-through

  case "foo":
  case "bar":
    processFooOrBar(s);
    break;

  case "baz":
     processBaz(s);
    // fall-through

  default:
    processDefault(s);
    break;
}</pre>
<h3>Binary literals</h3>
<p>Java code, due to its C heritage, has traditionally forced programmers to represent numbers in only decimal, octal, or hexadecimal.<br />
As quite a few domains are bit orientated, this restriction can introduce errors. You can now create binary numbers using an 0b prefix.</p>
<pre class="java">int binary = 0b1001_1001;</pre>
<p>Simplified Varargs Method Invocation</p>
<p>When a programmer tries to invoke a *varargs* (variable arity) method with a non-reifiable varargs type, the compiler currently generates an “unsafe operation” warning. JDK 7 moves the warning from the call site to the method declaration. This will enable API designers to use varargs due to the reduction of warnings reported.<br />
This one is slightly more involved so you are better off looking at the proposal.</p>
<p>References:<br />
<a href="http://en.wikipedia.org/wiki/Java_version_history">http://en.wikipedia.org/wiki/Java_version_history</a><br />
<a href="http://code.joejag.com/2009/new-language-features-in-java-7/">http://code.joejag.com/2009/new-language-features-in-java-7/</a><br />
<a href="http://openjdk.java.net/projects/jdk7/features/">http://openjdk.java.net/projects/jdk7/features/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pcoder.net/java-7-whats-new/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Machine Learning Resources</title>
		<link>http://www.pcoder.net/machine-learning-resources/</link>
		<comments>http://www.pcoder.net/machine-learning-resources/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 13:14:42 +0000</pubDate>
		<dc:creator>P Coder</dc:creator>
				<category><![CDATA[Computer Science]]></category>

		<guid isPermaLink="false">http://www.pcoder.net/?p=259</guid>
		<description><![CDATA[
<p style="font-size:11px;font-family:tahoma,arial">Watch it on Academic Earth</p>

]]></description>
			<content:encoded><![CDATA[<div><embed src="http://blip.tv/play/AdjaOpD7Ww" type="application/x-shockwave-flash" width="500" height="311" allowscriptaccess="always" allowfullscreen="true"></embed>
<p style="font-size:11px;font-family:tahoma,arial">Watch it on <a style="text-decoration:underline" href="http://academicearth.org/lectures/applications-of-machine-learning/">Academic Earth</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.pcoder.net/machine-learning-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>India versus Pakistan at Mohali</title>
		<link>http://www.pcoder.net/india-versus-pakistan-at-mohalihttpwww-pcoder-netwp-login-phpactionlogout_wpnonce4c90eb2d97/</link>
		<comments>http://www.pcoder.net/india-versus-pakistan-at-mohalihttpwww-pcoder-netwp-login-phpactionlogout_wpnonce4c90eb2d97/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 12:05:58 +0000</pubDate>
		<dc:creator>pink_coder</dc:creator>
				<category><![CDATA[Latest Happenings]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[india]]></category>
		<category><![CDATA[india versus pakistan]]></category>
		<category><![CDATA[pakistan]]></category>
		<category><![CDATA[world cup semi final]]></category>

		<guid isPermaLink="false">http://www.pcoder.net/?p=243</guid>
		<description><![CDATA[<p>The semi-final match between india and pakistan would be very interesting and the tickets are being sold like hot cakes.The traditional rivals will play against <p>Continue reading <a href="http://www.pcoder.net/india-versus-pakistan-at-mohalihttpwww-pcoder-netwp-login-phpactionlogout_wpnonce4c90eb2d97/">India versus Pakistan at Mohali</a></p]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-254" title="World-CUP-2011-Mascot" src="http://www.pcoder.net/wp-content/uploads/2011/03/World-CUP-2011-Mascot1-300x196.jpg" alt="World-CUP-2011-Mascot" width="300" height="196" />The semi-final match between india and pakistan would be very interesting and the tickets are being sold like hot cakes.The traditional rivals will play against each otther on 30th march,2011 wednesday.The excitement between cricket fans is sky high.The match is scheduled to begin at 14:30 local time.</p>
<p>The green shirts won Group A with 10 points beating kenya,sri lanka,canada,zimbabwe,australia losing only to new zealand by 110 runs.In their first quarter final against west indies they won easily by 10 wickets.</p>
<p>Men in blue were second in their pool.Their world cup campaign started in glistering style making 370 in their first match.Only the weak link in indain line up is their bowling.Only zaheer and yuvraj is in peak of the form in balling department.Terminator have lost the habit of taking crucial wickets.they lost thir only pool game against south africa.Team india ended the campaign of defending campion by 5 wickets in the other quarter final of the mega event.</p>
<p>So far, 119 matches have been played  between Pakistan and India, and green shirts are leading the victories  with 69-46 while four matches ended without any result. Blue shirts have  a 4-0 head-to-head record against Pakistan in World Cup matches.</p>
<p><ins><ins></ins></ins></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pcoder.net/india-versus-pakistan-at-mohalihttpwww-pcoder-netwp-login-phpactionlogout_wpnonce4c90eb2d97/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Pi Day</title>
		<link>http://www.pcoder.net/happy-pi-day/</link>
		<comments>http://www.pcoder.net/happy-pi-day/#comments</comments>
		<pubDate>Sun, 13 Mar 2011 12:36:47 +0000</pubDate>
		<dc:creator>P Coder</dc:creator>
				<category><![CDATA[Latest Happenings]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[PI approximation day]]></category>
		<category><![CDATA[PI Day]]></category>
		<category><![CDATA[What PI sounds like; Happy PI day]]></category>

		<guid isPermaLink="false">http://www.pcoder.net/happy-pi-day/</guid>
		<description><![CDATA[<p>We all know what significance PI has in mathematics. Commemorating this, PI day is celebrated on 3/14 every year, as the date signifies the first <p>Continue reading <a href="http://www.pcoder.net/happy-pi-day/">Happy Pi Day</a></p]]></description>
			<content:encoded><![CDATA[<p>We all know what significance PI has in mathematics. Commemorating this, PI day is celebrated on 3/14 every year, as the date signifies the first 3 digits of the special number. As can be guessed, there is a PI Approximation Day as well, 22/7 celebrated on July 22nd each year. Apart from this, PI also has a wonderful musical interpretation to it. This video depicts this, Hats off to the creator.<br />
<br />
<iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/wK7tq7L0N8E" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pcoder.net/happy-pi-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
