<?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/lambda</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 23:44:42 GMT</pubDate>
<item>
<title>(C#) Lambda Expression To Select a distinct set of objects - kwhite1975</title>
<link>http://snipplr.com/view/70732/lambda-expression-to-select-a-distinct-set-of-objects/</link>
<description><![CDATA[ <p>This line of code allows you to group a set of objects by a field and then get the first item in that group.  This allows you to do a distinct by a specific property.</p> ]]></description>
<pubDate>Wed, 10 Apr 2013 07:32:16 GMT</pubDate>
<guid>http://snipplr.com/view/70732/lambda-expression-to-select-a-distinct-set-of-objects/</guid>
</item>
<item>
<title>(C#) Array ConvertAll with Lambda - rengber</title>
<link>http://snipplr.com/view/67054/array-convertall-with-lambda/</link>
<description><![CDATA[ <p>Lambda expression to convert an array.</p> ]]></description>
<pubDate>Wed, 05 Sep 2012 06:40:26 GMT</pubDate>
<guid>http://snipplr.com/view/67054/array-convertall-with-lambda/</guid>
</item>
<item>
<title>(PHP) Pass anonymous function (lambda) as parameter prior to PHP 5.3 - karlhorky</title>
<link>http://snipplr.com/view/44972/pass-anonymous-function-lambda-as-parameter-prior-to-php-53/</link>
<description><![CDATA[ <p>Prior to 5.3, anonymous functions (lambdas) can be achieved via the create_function PHP function. This allows for the anonymous functions to be passed as parameters to another function as well, illustrated in this example snippet.</p> ]]></description>
<pubDate>Sun, 28 Nov 2010 05:50:55 GMT</pubDate>
<guid>http://snipplr.com/view/44972/pass-anonymous-function-lambda-as-parameter-prior-to-php-53/</guid>
</item>
<item>
<title>(Python) Python: Introspection function - magicrebirth</title>
<link>http://snipplr.com/view/25272/python-introspection-function/</link>
<description><![CDATA[ <p>The info function is designed to be used by you, the programmer, while working in the Python IDE. It takes any object that has functions or methods (like a module, which has functions, or a list, which has methods) and prints out the functions and their doc strings.</p> ]]></description>
<pubDate>Tue, 22 Dec 2009 15:41:06 GMT</pubDate>
<guid>http://snipplr.com/view/25272/python-introspection-function/</guid>
</item>
<item>
<title>(Python) Python: lambda in a dictionary - magicrebirth</title>
<link>http://snipplr.com/view/25257/python-lambda-in-a-dictionary/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Dec 2009 15:31:26 GMT</pubDate>
<guid>http://snipplr.com/view/25257/python-lambda-in-a-dictionary/</guid>
</item>
<item>
<title>(Python) Python: using the Lambda operator - magicrebirth</title>
<link>http://snipplr.com/view/25253/python-using-the-lambda-operator/</link>
<description><![CDATA[ <p>The lambda operator built in to the Python language provides a method to create anonymous functions. This makes it easier to pass simple functions as parameters or assign them to variable names. The lambda operator uses the following syntax to define the function:
lambda  : 
The term args refers to a list of arguments that get passed to the function. The term expression can be any legal Python expression. The following code shows an example of using the lambda operator to assign an anonymous function to a variable:</p> ]]></description>
<pubDate>Tue, 22 Dec 2009 15:26:45 GMT</pubDate>
<guid>http://snipplr.com/view/25253/python-using-the-lambda-operator/</guid>
</item>
<item>
<title>(Python) python lambda example - atr000</title>
<link>http://snipplr.com/view/18297/python-lambda-example/</link>
<description><![CDATA[ <p>from activestate. not complete or tested but good ref</p> ]]></description>
<pubDate>Fri, 14 Aug 2009 02:22:07 GMT</pubDate>
<guid>http://snipplr.com/view/18297/python-lambda-example/</guid>
</item>
<item>
<title>(C#) LINQ Extension Methods - rengber</title>
<link>http://snipplr.com/view/14217/linq-extension-methods/</link>
<description><![CDATA[ <p>LINQ Extension method called with delegate, anonymous delegate, and lambda delegate.

Note that this only returns a "default" in the sense that it does not throw an exception if no item in the source matches the selection criteria.  .First() does throw an exception in this case.</p> ]]></description>
<pubDate>Mon, 20 Apr 2009 19:34:00 GMT</pubDate>
<guid>http://snipplr.com/view/14217/linq-extension-methods/</guid>
</item>
<item>
<title>(C#) .Net List Sorting with Lambda Functions - qrist0ph</title>
<link>http://snipplr.com/view/8893/net-list-sorting-with-lambda-functions/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 08 Oct 2008 10:31:34 GMT</pubDate>
<guid>http://snipplr.com/view/8893/net-list-sorting-with-lambda-functions/</guid>
</item>
<item>
<title>(C#) Anonymous methods in C# - karelklic</title>
<link>http://snipplr.com/view/5230/anonymous-methods-in-c/</link>
<description><![CDATA[ <p>Important note is http://blogs.msdn.com/abhinaba/archive/2005/10/18/482180.aspx</p> ]]></description>
<pubDate>Thu, 28 Feb 2008 05:58:16 GMT</pubDate>
<guid>http://snipplr.com/view/5230/anonymous-methods-in-c/</guid>
</item>
<item>
<title>(Python) Better Unicode Text Wrapping Function - ndegruchy</title>
<link>http://snipplr.com/view/260/better-unicode-text-wrapping-function/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 06 Jul 2006 18:00:15 GMT</pubDate>
<guid>http://snipplr.com/view/260/better-unicode-text-wrapping-function/</guid>
</item>
</channel>
</rss>