<?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/keyword</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 19:20:12 GMT</pubDate>
<item>
<title>(PHP) WP Yoast display Focus Keyword - itsmrchris</title>
<link>http://snipplr.com/view/67931/wp-yoast-display-focus-keyword/</link>
<description><![CDATA[ <p>Add this to functions.php and then you can call the focus keyword anywhere you want with:  

&amp;lt;?php wpseoFocusKW();?&amp;gt;</p> ]]></description>
<pubDate>Thu, 25 Oct 2012 08:37:06 GMT</pubDate>
<guid>http://snipplr.com/view/67931/wp-yoast-display-focus-keyword/</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>(PHP) Keyword Highlighter - sherakama</title>
<link>http://snipplr.com/view/43461/keyword-highlighter/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 03 Nov 2010 06:10:12 GMT</pubDate>
<guid>http://snipplr.com/view/43461/keyword-highlighter/</guid>
</item>
<item>
<title>(C#) Highlight keyword in string - hungheroic</title>
<link>http://snipplr.com/view/42754/highlight-keyword-in-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 22 Oct 2010 13:48:26 GMT</pubDate>
<guid>http://snipplr.com/view/42754/highlight-keyword-in-string/</guid>
</item>
<item>
<title>(Clojure) keyword arguments in clojure - narkisr</title>
<link>http://snipplr.com/view/26616/keyword-arguments-in-clojure/</link>
<description><![CDATA[ <p>Using keyword arguments in Clojure functions.</p> ]]></description>
<pubDate>Sun, 17 Jan 2010 10:14:03 GMT</pubDate>
<guid>http://snipplr.com/view/26616/keyword-arguments-in-clojure/</guid>
</item>
<item>
<title>(C#) Enum Limitation Fix Using a Generic Class and Implicit Casting - bryanlyman</title>
<link>http://snipplr.com/view/24778/enum-limitation-fix-using-a-generic-class-and-implicit-casting/</link>
<description><![CDATA[ <p>For .net 2.0+   The one limitation to enumerations is revealed when you try to reverse lookup an enumeration value using Enum.Parse(). The parse function will return an inconsistent enum object if ever there are two or more enumerations with the same numeric value. This class fixes that problem. Written as a system extension and using implicit casting, the process has been made extremely easy and made the syntax for the parse function even simpler. The process even allows enumeration names starting with a number or the name of a C# keyword as long as the name is preceded by an underscore. The implicit cast from an Enum object to a Enum.Cast object has been deliberately left out to account for single directional assignment, which forces the class to be used properly. An Enum to Cast object lookup would defeat the whole purpose of the class if the implicit operator is used during runtime; for this purpose a user assignment operator of type String is supplied. This simply forces the user to use Cast = Enum.ToString() to parse to a correct object. The ToString() overload for a Cast object returns a Friendly name which replaces all underscores with spaces and even allows double underscores for commas and triple underscores for periods; for this reason, the implicit \"from string\" caster also converts from a friendly name to the proper Enum object. This makes it very handy for enumerating through a list of items for a combo or list box and converting back to the proper object by simply supplying the name of the list item.</p> ]]></description>
<pubDate>Mon, 14 Dec 2009 18:03:38 GMT</pubDate>
<guid>http://snipplr.com/view/24778/enum-limitation-fix-using-a-generic-class-and-implicit-casting/</guid>
</item>
<item>
<title>(JavaScript) Reset 'undefined' Variable - wizard04</title>
<link>http://snipplr.com/view/22506/reset-undefined-variable/</link>
<description><![CDATA[ <p>`undefined` is simply an undefined global variable. It is not a literal or a constant, though it is often used as if it is. Its value can be changed. To be sure its type is actually "undefined", redefine it at the beginning of your script files.</p> ]]></description>
<pubDate>Wed, 04 Nov 2009 14:45:54 GMT</pubDate>
<guid>http://snipplr.com/view/22506/reset-undefined-variable/</guid>
</item>
<item>
<title>(Perl) Perl Keyword Search (One Liner) - cshaiku</title>
<link>http://snipplr.com/view/16479/perl-keyword-search-one-liner/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 30 Jun 2009 01:41:33 GMT</pubDate>
<guid>http://snipplr.com/view/16479/perl-keyword-search-one-liner/</guid>
</item>
<item>
<title>(Python) Substituting Nouns With A Keyword With WordNet - matthewnovak</title>
<link>http://snipplr.com/view/9260/substituting-nouns-with-a-keyword-with-wordnet/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 26 Oct 2008 01:09:01 GMT</pubDate>
<guid>http://snipplr.com/view/9260/substituting-nouns-with-a-keyword-with-wordnet/</guid>
</item>
<item>
<title>(PHP) Which Search Engine is referring users to your site.  Displays the keyword used. - jamesming</title>
<link>http://snipplr.com/view/7987/which-search-engine-is-referring-users-to-your-site--displays-the-keyword-used/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 23 Aug 2008 08:09:17 GMT</pubDate>
<guid>http://snipplr.com/view/7987/which-search-engine-is-referring-users-to-your-site--displays-the-keyword-used/</guid>
</item>
<item>
<title>(SVN) Command shortform - mountainash</title>
<link>http://snipplr.com/view/2162/command-shortform/</link>
<description><![CDATA[ <p>This is just a collection of shortened SVN commands (may take a split-second of time less than normal)</p> ]]></description>
<pubDate>Mon, 12 Feb 2007 16:16:04 GMT</pubDate>
<guid>http://snipplr.com/view/2162/command-shortform/</guid>
</item>
<item>
<title>(Other) Tag Cloud in Ruby - jnunemaker</title>
<link>http://snipplr.com/view/1036/tag-cloud-in-ruby/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 07 Sep 2006 17:08:40 GMT</pubDate>
<guid>http://snipplr.com/view/1036/tag-cloud-in-ruby/</guid>
</item>
</channel>
</rss>