<?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 - 2009 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>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 -0500</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 -0500</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 -0500</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 -0500</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 -0500</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 -0500</pubDate>
</item>
<item>
<title>Emulate register_globals Flag As On</title>
<description>How to emulate the insecure, deprecated register_globals flag so that you can access GET and POST keys as PHP variables.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.geekpedia.com/code160_Emulate-registerglobals-Flag-As-On.html&quot;&gt;View This PHP Code Snippet&lt;/a&gt;</description>
<link>http://www.geekpedia.com/code160_Emulate-registerglobals-Flag-As-On.html</link>
<guid>http://www.geekpedia.com/code160_Emulate-registerglobals-Flag-As-On.html</guid>
<pubDate>Sat, 04 Oct 2008 02:21:10 -0500</pubDate>
</item>
<item>
<title>Extended Euclidean Algorithm Function</title>
<description>A function for finding the modular multiplicative inverse, based on an extended version of the Euclidean algorithm.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.geekpedia.com/code141_Extended-Euclidean-Algorithm-Function.html&quot;&gt;View This Ruby Code Snippet&lt;/a&gt;</description>
<link>http://www.geekpedia.com/code141_Extended-Euclidean-Algorithm-Function.html</link>
<guid>http://www.geekpedia.com/code141_Extended-Euclidean-Algorithm-Function.html</guid>
<pubDate>Fri, 03 Oct 2008 09:12:01 -0500</pubDate>
</item>
<item>
<title>Find Twin Primes</title>
<description>Find the first 1000 twin prime numbers in Java using an isPrime function for the primality check and a value comparison between the prime numbers.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.geekpedia.com/code156_Find-Twin-Primes.html&quot;&gt;View This Java Code Snippet&lt;/a&gt;</description>
<link>http://www.geekpedia.com/code156_Find-Twin-Primes.html</link>
<guid>http://www.geekpedia.com/code156_Find-Twin-Primes.html</guid>
<pubDate>Thu, 02 Oct 2008 04:00:19 -0500</pubDate>
</item>
<item>
<title>Show Page Load Time In PHP</title>
<description>Using a line of code at the beginning of the file and a function call at the end, you can count the number of milliseconds it took PHP to load the page.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.geekpedia.com/code161_Show-Page-Load-Time-In-PHP.html&quot;&gt;View This PHP Code Snippet&lt;/a&gt;</description>
<link>http://www.geekpedia.com/code161_Show-Page-Load-Time-In-PHP.html</link>
<guid>http://www.geekpedia.com/code161_Show-Page-Load-Time-In-PHP.html</guid>
<pubDate>Wed, 01 Oct 2008 18:02:20 -0500</pubDate>
</item>
</channel>
</rss>