<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Geekpedia - Source Code</title>
<link>http://www.geekpedia.com/CodeArchive.html</link>
<description>Latest source code snippets at Geekpedia.com.</description>
<copyright>Copyright 2004 - 2010 Geekpedia.com. All rights reserved.</copyright>
<language>en-us</language>
<generator>Geekpedia RSS Generator</generator>
<image><url>http://www.geekpedia.com/Graphics/GeekpediaLogo.png</url><title>Geekpedia - Code</title><link>http://www.geekpedia.com/CodeArchive.html</link></image>
<item>
<title>String Ends With Values in Array of Strings</title>
<description>This simple method checks if a string ends with either of the values in an array of characters, and returns true if it does. Useful to add appropriate suffixes to words in standard form.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.geekpedia.com/code171_String-Ends-With-Values-in-Array-of-Strings.html&quot;&gt;View This C# Code Snippet&lt;/a&gt;</description>
<link>http://www.geekpedia.com/code171_String-Ends-With-Values-in-Array-of-Strings.html</link>
<guid>http://www.geekpedia.com/code171_String-Ends-With-Values-in-Array-of-Strings.html</guid>
<pubDate>Sat, 01 Aug 2009 12:25:41 -0400</pubDate>
</item>
<item>
<title>Display Time Left To a Date</title>
<description>A PHP function to display the time between now and a future date supplied as Unix time, in human readable format, using two blocks of time periods (year, month, week, day, hour or minute.)&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.geekpedia.com/code169_Display-Time-Left-To-a-Date.html&quot;&gt;View This PHP Code Snippet&lt;/a&gt;</description>
<link>http://www.geekpedia.com/code169_Display-Time-Left-To-a-Date.html</link>
<guid>http://www.geekpedia.com/code169_Display-Time-Left-To-a-Date.html</guid>
<pubDate>Fri, 31 Jul 2009 21:30:40 -0400</pubDate>
</item>
<item>
<title>Simple Interest Calculator Java Applet</title>
<description>A sample interest calculator, very basic in functionality, coded in Java and ready to be compiled and executed as a Java Applet.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.geekpedia.com/code170_Simple-Interest-Calculator-Java-Applet.html&quot;&gt;View This Java Code Snippet&lt;/a&gt;</description>
<link>http://www.geekpedia.com/code170_Simple-Interest-Calculator-Java-Applet.html</link>
<guid>http://www.geekpedia.com/code170_Simple-Interest-Calculator-Java-Applet.html</guid>
<pubDate>Fri, 31 Jul 2009 20:30:40 -0400</pubDate>
</item>
<item>
<title>Display Time That Passed Since a Date</title>
<description>Calculate the time that has passed since a specified Unix formatted date and time, and show it in a human readable format, all in a PHP function.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.geekpedia.com/code168_Display-Time-That-Passed-Since-a-Date.html&quot;&gt;View This PHP Code Snippet&lt;/a&gt;</description>
<link>http://www.geekpedia.com/code168_Display-Time-That-Passed-Since-a-Date.html</link>
<guid>http://www.geekpedia.com/code168_Display-Time-That-Passed-Since-a-Date.html</guid>
<pubDate>Fri, 31 Jul 2009 08:30:40 -0400</pubDate>
</item>
<item>
<title>Validate String For Positive Integer Values</title>
<description>A very simple way to validate a string for positive integer values using C# and regular expressions.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.geekpedia.com/code167_Validate-String-For-Positive-Integer-Values.html&quot;&gt;View This C# Code Snippet&lt;/a&gt;</description>
<link>http://www.geekpedia.com/code167_Validate-String-For-Positive-Integer-Values.html</link>
<guid>http://www.geekpedia.com/code167_Validate-String-For-Positive-Integer-Values.html</guid>
<pubDate>Sat, 18 Oct 2008 05:00:10 -0400</pubDate>
</item>
<item>
<title>Delete All Temporary Internet Files Of IE</title>
<description>Delete all the temporary files from Internet Explorer&#039;s cache folder using basic methods available in the System.IO namespace.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.geekpedia.com/code166_Delete-All-Temporary-Internet-Files-Of-IE.html&quot;&gt;View This C# Code Snippet&lt;/a&gt;</description>
<link>http://www.geekpedia.com/code166_Delete-All-Temporary-Internet-Files-Of-IE.html</link>
<guid>http://www.geekpedia.com/code166_Delete-All-Temporary-Internet-Files-Of-IE.html</guid>
<pubDate>Fri, 17 Oct 2008 21:31:12 -0400</pubDate>
</item>
<item>
<title>Basic Hit Counter In PHP</title>
<description>A very basic hit counter in PHP; it uses a text file to store the number of hits and displays the number of current hits.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.geekpedia.com/code165_Basic-Hit-Counter-In-PHP.html&quot;&gt;View This PHP Code Snippet&lt;/a&gt;</description>
<link>http://www.geekpedia.com/code165_Basic-Hit-Counter-In-PHP.html</link>
<guid>http://www.geekpedia.com/code165_Basic-Hit-Counter-In-PHP.html</guid>
<pubDate>Fri, 17 Oct 2008 13:11:12 -0400</pubDate>
</item>
<item>
<title>Convert RGB Color Value To Hexadecimal</title>
<description>A simple way to convert RGB colors to their hexadecimal values by using the dechex() function.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.geekpedia.com/code164_Convert-RGB-Color-Value-To-Hexadecimal.html&quot;&gt;View This PHP Code Snippet&lt;/a&gt;</description>
<link>http://www.geekpedia.com/code164_Convert-RGB-Color-Value-To-Hexadecimal.html</link>
<guid>http://www.geekpedia.com/code164_Convert-RGB-Color-Value-To-Hexadecimal.html</guid>
<pubDate>Mon, 06 Oct 2008 09:09:12 -0400</pubDate>
</item>
<item>
<title>Find Controls In MasterPages Recursively</title>
<description>A useful piece of code that enhances the search for the control with the specified name under the passed parent control.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.geekpedia.com/code143_Find-Controls-In-MasterPages-Recursively.html&quot;&gt;View This C# Code Snippet&lt;/a&gt;</description>
<link>http://www.geekpedia.com/code143_Find-Controls-In-MasterPages-Recursively.html</link>
<guid>http://www.geekpedia.com/code143_Find-Controls-In-MasterPages-Recursively.html</guid>
<pubDate>Sat, 04 Oct 2008 12:51:20 -0400</pubDate>
</item>
<item>
<title>Dropdown List Of UK Counties</title>
<description>A complete list of counties in the UK that includes England, Scotland, Wales and Northern Ireland.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.geekpedia.com/code150_Dropdown-List-Of-UK-Counties.html&quot;&gt;View This HTML Code Snippet&lt;/a&gt;</description>
<link>http://www.geekpedia.com/code150_Dropdown-List-Of-UK-Counties.html</link>
<guid>http://www.geekpedia.com/code150_Dropdown-List-Of-UK-Counties.html</guid>
<pubDate>Sat, 04 Oct 2008 12:51:20 -0400</pubDate>
</item>
</channel>
</rss>