<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/search</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 13 Feb 2012 19:06:09 GMT</pubDate>
<item>
<title>(C) Two Binary Search Functions in C - rtperson</title>
<link>http://snipplr.com/view/63046/two-binary-search-functions-in-c/</link>
<description><![CDATA[ <p>Two versions of binary search -- one recursive, one iterative -- for an array of strings.
Both assume that your array index fits within an integer.</p> ]]></description>
<pubDate>Sat, 04 Feb 2012 02:45:29 GMT</pubDate>
<guid>http://snipplr.com/view/63046/two-binary-search-functions-in-c/</guid>
</item>
<item>
<title>(Bash) Search for keyword in files inside of directory - luizlopes</title>
<link>http://snipplr.com/view/61895/search-for-keyword-in-files-inside-of-directory/</link>
<description><![CDATA[ <p>Fast and easy way to find a keyword inside of files located inside of a directory tree. (eg: looking for a function foo, inside of your applications directory.) This command will display a list of files which contain function foo.</p> ]]></description>
<pubDate>Thu, 15 Dec 2011 02:29:14 GMT</pubDate>
<guid>http://snipplr.com/view/61895/search-for-keyword-in-files-inside-of-directory/</guid>
</item>
<item>
<title>(Perl) search and replace vi - pflangan</title>
<link>http://snipplr.com/view/60343/search-and-replace-vi/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 30 Oct 2011 00:20:38 GMT</pubDate>
<guid>http://snipplr.com/view/60343/search-and-replace-vi/</guid>
</item>
<item>
<title>(MySQL) Update database fields with search replace word - carouselcreative</title>
<link>http://snipplr.com/view/60218/update-database-fields-with-search-replace-word/</link>
<description><![CDATA[ <p>Used to update a database field using search replace.</p> ]]></description>
<pubDate>Wed, 26 Oct 2011 23:50:44 GMT</pubDate>
<guid>http://snipplr.com/view/60218/update-database-fields-with-search-replace-word/</guid>
</item>
<item>
<title>(PHP) Limit Search Results to Specific Post Types  - florent</title>
<link>http://snipplr.com/view/60034/limit-search-results-to-specific-post-types-/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 21 Oct 2011 02:30:12 GMT</pubDate>
<guid>http://snipplr.com/view/60034/limit-search-results-to-specific-post-types-/</guid>
</item>
<item>
<title>(HTML) Albuquerque search engine optimization - peter0123</title>
<link>http://snipplr.com/view/59993/albuquerque-search-engine-optimization/</link>
<description><![CDATA[ <p>Albuquerque search engine optimization</p> ]]></description>
<pubDate>Thu, 20 Oct 2011 15:35:16 GMT</pubDate>
<guid>http://snipplr.com/view/59993/albuquerque-search-engine-optimization/</guid>
</item>
<item>
<title>(SQL) Search text and location stored procedure - wilson0825</title>
<link>http://snipplr.com/view/59978/search-text-and-location-stored-procedure/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 20 Oct 2011 06:23:57 GMT</pubDate>
<guid>http://snipplr.com/view/59978/search-text-and-location-stored-procedure/</guid>
</item>
<item>
<title>(PHP) Thematic Add Search Form To Header - scottnix</title>
<link>http://snipplr.com/view/59471/thematic-add-search-form-to-header/</link>
<description><![CDATA[ <p>Add a search box inside the branding in the header.</p> ]]></description>
<pubDate>Thu, 06 Oct 2011 07:14:54 GMT</pubDate>
<guid>http://snipplr.com/view/59471/thematic-add-search-form-to-header/</guid>
</item>
<item>
<title>(JavaScript) Search for objects attached to the global JS object - richt</title>
<link>http://snipplr.com/view/58681/search-for-objects-attached-to-the-global-js-object/</link>
<description><![CDATA[ <p>Simple recursive function to find objects that match the value of str hanging anywhere off the global JS object (window).</p> ]]></description>
<pubDate>Thu, 15 Sep 2011 00:15:22 GMT</pubDate>
<guid>http://snipplr.com/view/58681/search-for-objects-attached-to-the-global-js-object/</guid>
</item>
<item>
<title>(Other) Twitter search for dataviz - davebowker</title>
<link>http://snipplr.com/view/57917/twitter-search-for-dataviz/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 17 Aug 2011 22:09:21 GMT</pubDate>
<guid>http://snipplr.com/view/57917/twitter-search-for-dataviz/</guid>
</item>
<item>
<title>(Bash) Find files containing search string - klovera</title>
<link>http://snipplr.com/view/57798/find-files-containing-search-string/</link>
<description><![CDATA[ <p>-l switch output only the names of files in which the text occurs as opposed to each line containing the text
-i switch ignores the case
-r descends into subdirectories

Example:
grep -lir "my search string" /home/account_name/public_html/</p> ]]></description>
<pubDate>Sat, 13 Aug 2011 05:41:04 GMT</pubDate>
<guid>http://snipplr.com/view/57798/find-files-containing-search-string/</guid>
</item>
<item>
<title>(SQL) Oracle - Find all responsibilities and concurrent program names based on the executable Name - theonlyalterego</title>
<link>http://snipplr.com/view/57211/oracle--find-all-responsibilities-and-concurrent-program-names-based-on-the-executable-name/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 28 Jul 2011 01:37:20 GMT</pubDate>
<guid>http://snipplr.com/view/57211/oracle--find-all-responsibilities-and-concurrent-program-names-based-on-the-executable-name/</guid>
</item>
<item>
<title>(JavaScript) Search in String - return yes or no - amandalaine</title>
<link>http://snipplr.com/view/56953/search-in-string--return-yes-or-no/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 21 Jul 2011 07:10:32 GMT</pubDate>
<guid>http://snipplr.com/view/56953/search-in-string--return-yes-or-no/</guid>
</item>
<item>
<title>(PHP) Wordpress search results header - dan_hoerr</title>
<link>http://snipplr.com/view/56498/wordpress-search-results-header/</link>
<description><![CDATA[ <p>prints "We found 'N' result(s) for 'QUERYSTRING'"</p> ]]></description>
<pubDate>Wed, 13 Jul 2011 04:30:54 GMT</pubDate>
<guid>http://snipplr.com/view/56498/wordpress-search-results-header/</guid>
</item>
<item>
<title>(Bash) VI - Search and Replace - ragnarokkrr</title>
<link>http://snipplr.com/view/56070/vi--search-and-replace/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 04 Jul 2011 10:21:36 GMT</pubDate>
<guid>http://snipplr.com/view/56070/vi--search-and-replace/</guid>
</item>
<item>
<title>(ASP) Kentico - Smart Search Date w/o Time - inreflection7</title>
<link>http://snipplr.com/view/55973/kentico--smart-search-date-wo-time/</link>
<description><![CDATA[ <p>Wanna lose the time portion of the date something was created in a smart search result!?!?</p> ]]></description>
<pubDate>Fri, 01 Jul 2011 04:53:45 GMT</pubDate>
<guid>http://snipplr.com/view/55973/kentico--smart-search-date-wo-time/</guid>
</item>
<item>
<title>(PHP) Search value by key in multidimensional array - jurius</title>
<link>http://snipplr.com/view/55684/search-value-by-key-in-multidimensional-array/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 25 Jun 2011 01:37:50 GMT</pubDate>
<guid>http://snipplr.com/view/55684/search-value-by-key-in-multidimensional-array/</guid>
</item>
<item>
<title>(CSS) HTML5 search input appearance - fabricelejeune</title>
<link>http://snipplr.com/view/55409/html5-search-input-appearance/</link>
<description><![CDATA[ <p>This is a simple trick that allows you to design the html5 search input like another input.</p> ]]></description>
<pubDate>Fri, 17 Jun 2011 18:34:15 GMT</pubDate>
<guid>http://snipplr.com/view/55409/html5-search-input-appearance/</guid>
</item>
<item>
<title>(Python) Extracting a URL in Python - magicrebirth</title>
<link>http://snipplr.com/view/55134/extracting-a-url-in-python/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 10 Jun 2011 23:43:42 GMT</pubDate>
<guid>http://snipplr.com/view/55134/extracting-a-url-in-python/</guid>
</item>
<item>
<title>(PHP) Find the parent key of a value in a two-dimensional array - jatkins</title>
<link>http://snipplr.com/view/54937/find-the-parent-key-of-a-value-in-a-twodimensional-array/</link>
<description><![CDATA[ <p>Released to the public domain. Example: you have an array, `$seasons = array('Summer' => array('June', 'July', 'August'), 'Autumn' => array('September', 'October', 'November'), 'Winter' => array('December', 'January', 'February'), 'Spring' => array('March', 'April', 'May'));`. Running `print_r(find_keys_based_on_value('October', $seasons));` will is equivalent to `print_r(array('Autumn' => array('September', 'October', 'November');`. _**By default, the script will keep searching until it reaches the end of the array.**_ To stop at the first match, call with `$first_only` set to `true`. To return only the key name(s), call with `$key_names_only` set to `true`.</p> ]]></description>
<pubDate>Tue, 07 Jun 2011 02:06:05 GMT</pubDate>
<guid>http://snipplr.com/view/54937/find-the-parent-key-of-a-value-in-a-twodimensional-array/</guid>
</item>
</channel>
</rss>
