<?xml version="1.0" encoding="iso-8859-1" ?>
    <rss version="2.0">
    <channel>
    <title>Code Base - GeekInterview.com</title>
    <description>Code Base - GeekInterview.com</description>
    <link>http://www.geekinterview.com/</link>
    <image>
    <title>Code Base - GeekInterview.com</title>
    <link>http://code.geekinterview.com</link>
    <url>http://code.geekinterview.com/images/logo.jpg</url>
    </image>
    <item>
    <title>Image Applet</title>
    <link>http://code.geekinterview.com/java/image-applet.html</link>
    <description>Create ImageApplet.html and ImageApplet.java using the code given below: &lt;br&gt;Submitted by &lt;a href=&#039;http://code.geekinterview.com/coder/nidhi-saxena/&#039;&gt;Nidhi Saxena&lt;/a&gt;&amp;nbsp; Category: &lt;a href=&#039;http://code.geekinterview.com/java/&#039;&gt;Java&lt;/a&gt;</description>
    <pubDate>Fri, 11 Feb 2011 01:53:36 -0500</pubDate>
    <guid isPermaLink="true">http://code.geekinterview.com/java/image-applet.html</guid>
    </item>
    <item>
    <title>Clock</title>
    <link>http://code.geekinterview.com/html/clock.html</link>
    <description>Clock using system time in HTML page &lt;br&gt;Submitted by &lt;a href=&#039;http://code.geekinterview.com/coder/nidhi-saxena/&#039;&gt;Nidhi Saxena&lt;/a&gt;&amp;nbsp; Category: &lt;a href=&#039;http://code.geekinterview.com/html/&#039;&gt;HTML&lt;/a&gt;</description>
    <pubDate>Fri, 11 Feb 2011 01:53:35 -0500</pubDate>
    <guid isPermaLink="true">http://code.geekinterview.com/html/clock.html</guid>
    </item>
    <item>
    <title>Java Code to Compare to files</title>
    <link>http://code.geekinterview.com/java/java-code-to-compare-to-files.html</link>
    <description>Check the path for the files to be compared. &lt;br&gt;Submitted by &lt;a href=&#039;http://code.geekinterview.com/coder/yuvanmytri/&#039;&gt;yuvanmytri&lt;/a&gt;&amp;nbsp; Category: &lt;a href=&#039;http://code.geekinterview.com/java/&#039;&gt;Java&lt;/a&gt;</description>
    <pubDate>Wed, 26 Jan 2011 04:41:03 -0500</pubDate>
    <guid isPermaLink="true">http://code.geekinterview.com/java/java-code-to-compare-to-files.html</guid>
    </item>
    <item>
    <title>Inventory</title>
    <link>http://code.geekinterview.com/vb-net/inventory.html</link>
    <description>Enter the number of carton per shipment and the item per carton to get the total numberof item result = carton per shipment * item per carton display the final answer &lt;br&gt;Submitted by &lt;a href=&#039;http://code.geekinterview.com/coder/alaa_eng/&#039;&gt;alaa_eng&lt;/a&gt;&amp;nbsp; Category: &lt;a href=&#039;http://code.geekinterview.com/vb-net/&#039;&gt;VB.NET&lt;/a&gt;</description>
    <pubDate>Wed, 19 Jan 2011 06:50:15 -0500</pubDate>
    <guid isPermaLink="true">http://code.geekinterview.com/vb-net/inventory.html</guid>
    </item>
    <item>
    <title>Using Stream Iterators with Containers</title>
    <link>http://code.geekinterview.com/cplusplus/using-stream-iterators-with-containers.html</link>
    <description>The following sample illustrates how to a) load data from an input stream into a map container using input stream iterators and b) write container contents to standard output using an output stream iterator. &lt;br&gt;Submitted by &lt;a href=&#039;http://code.geekinterview.com/coder/jbode/&#039;&gt;jbode&lt;/a&gt;&amp;nbsp; Category: &lt;a href=&#039;http://code.geekinterview.com/cplusplus/&#039;&gt;C++&lt;/a&gt;</description>
    <pubDate>Wed, 19 Jan 2011 06:50:14 -0500</pubDate>
    <guid isPermaLink="true">http://code.geekinterview.com/cplusplus/using-stream-iterators-with-containers.html</guid>
    </item>
    <item>
    <title>Basic Memory Management</title>
    <link>http://code.geekinterview.com/c/basic-memory-management.html</link>
    <description>Basic Memory Management; Allocating and Resizing a Buffer
There are times when you don&#039;t know ahead of time how large of a buffer you need. The following code shows one approach to dynamically allocating and resizing a buffer. Note that passing a NULL pointer to &amp;quot;realloc&amp;quot; has the same effect as calling &amp;quot;malloc&amp;quot;. If the call to &amp;quot;realloc&amp;quot; fails, it will return a NULL p &lt;br&gt;Submitted by &lt;a href=&#039;http://code.geekinterview.com/coder/jbode/&#039;&gt;jbode&lt;/a&gt;&amp;nbsp; Category: &lt;a href=&#039;http://code.geekinterview.com/c/&#039;&gt;C&lt;/a&gt;</description>
    <pubDate>Sun, 16 Jan 2011 23:27:48 -0500</pubDate>
    <guid isPermaLink="true">http://code.geekinterview.com/c/basic-memory-management.html</guid>
    </item>
    <item>
    <title>System Info using Java</title>
    <link>http://code.geekinterview.com/java/system-info-using-java-program.html</link>
    <description>it extracts all informaion of ur os,time,jdk version,windows,date,time,username etc. &lt;br&gt;Submitted by &lt;a href=&#039;http://code.geekinterview.com/coder/venus.bbsr09/&#039;&gt;venus.bbsr09&lt;/a&gt;&amp;nbsp; Category: &lt;a href=&#039;http://code.geekinterview.com/java/&#039;&gt;Java&lt;/a&gt;</description>
    <pubDate>Tue, 09 Nov 2010 16:12:35 -0500</pubDate>
    <guid isPermaLink="true">http://code.geekinterview.com/java/system-info-using-java-program.html</guid>
    </item>
    <item>
    <title>Finding a number is even or odd without using arithmatic operators</title>
    <link>http://code.geekinterview.com/c/without-using-arithmatic-operators.html</link>
    <description>logical operators plays a bit2bit operations.&amp;amp;operators chechs whether the bit is present at perticular position or not. if 1 is at lsb(right most in binary) then that no is odd. &lt;br&gt;Submitted by &lt;a href=&#039;http://code.geekinterview.com/coder/sadasivathavamani/&#039;&gt;sadasivathavamani&lt;/a&gt;&amp;nbsp; Category: &lt;a href=&#039;http://code.geekinterview.com/c/&#039;&gt;C&lt;/a&gt;</description>
    <pubDate>Tue, 09 Nov 2010 16:11:38 -0500</pubDate>
    <guid isPermaLink="true">http://code.geekinterview.com/c/without-using-arithmatic-operators.html</guid>
    </item>
    <item>
    <title>Ejecting CDROM</title>
    <link>http://code.geekinterview.com/java/ejecting-cdrom.html</link>
    <description>This Program can be used for the Eject CD/DVD-ROM case. &lt;br&gt;Submitted by &lt;a href=&#039;http://code.geekinterview.com/coder/ravikant271990/&#039;&gt;ravikant271990&lt;/a&gt;&amp;nbsp; Category: &lt;a href=&#039;http://code.geekinterview.com/java/&#039;&gt;Java&lt;/a&gt;</description>
    <pubDate>Tue, 09 Nov 2010 16:10:44 -0500</pubDate>
    <guid isPermaLink="true">http://code.geekinterview.com/java/ejecting-cdrom.html</guid>
    </item>
    <item>
    <title>Program to print asterisk(*) pattern in C++</title>
    <link>http://code.geekinterview.com/cplusplus/program-to-print-asterisk-pattern-in-.html</link>
    <description>Program to print an asterisk(*) pattern
/*
*        *
**      **
***    ***
****  ****
**********
*/ &lt;br&gt;Submitted by &lt;a href=&#039;http://code.geekinterview.com/coder/rachittyagi/&#039;&gt;rachittyagi&lt;/a&gt;&amp;nbsp; Category: &lt;a href=&#039;http://code.geekinterview.com/cplusplus/&#039;&gt;C++&lt;/a&gt;</description>
    <pubDate>Tue, 09 Nov 2010 16:10:33 -0500</pubDate>
    <guid isPermaLink="true">http://code.geekinterview.com/cplusplus/program-to-print-asterisk-pattern-in-.html</guid>
    </item></channel></rss>