raboof
-
-
- 622 total downloads
- last updated 5/7/2013
- Latest version: 1.0.1
C# source implementation that enhances LINQ to Objects with the method TakeUntil. Returns items from the input sequence until the given predicate returns true when applied to the current source item; that item... More information -
-
-
- 618 total downloads
- last updated 5/29/2011
- Latest version: 1.2.0
ELMAH with configuration for getting started quickly on an Oracle database as the error log. NB requires manual configuration. -
-
-
- 617 total downloads
- last updated 5/7/2013
- Latest version: 1.0.1
C# source implementation that enhances LINQ to Objects with the method ZipLongest. Returns a projection of tuples, where each tuple contains the N-th element from each of the argument sequences. -
-
-
- 605 total downloads
- last updated 5/7/2013
- Latest version: 1.0.1
C# source implementation that enhances LINQ to Objects with the method EquiZip. Returns a projection of tuples, where each tuple contains the N-th element from each of the argument sequences. -
-
-
- 598 total downloads
- last updated 5/7/2013
- Latest version: 1.0.1
C# source implementation that enhances LINQ to Objects with the method GenerateByIndex. Returns a sequence of values based on indexes. -
-
-
- 598 total downloads
- last updated 5/7/2013
- Latest version: 1.0.1
C# source implementation that enhances LINQ to Objects with the method SkipUntil. Skips items from the input sequence until the given predicate returns true when applied to the current source item; that item... More information -
-
-
- 591 total downloads
- last updated 5/7/2013
- Latest version: 1.0.1
C# source implementation that enhances LINQ to Objects with the method Zip. Returns a projection of tuples, where each tuple contains the N-th element from each of the argument sequences. -
-
-
- 584 total downloads
- last updated 5/7/2013
- Latest version: 1.0.1
C# source implementation that enhances LINQ to Objects with the method Acquire. Ensures that a source sequence of objects are all acquired successfully. If the acquisition of any one fails then those... More information -
-
-
- 579 total downloads
- last updated 5/7/2013
- Latest version: 1.0.1
C# source implementation that enhances LINQ to Objects with the method AssertCount. Asserts that a source sequence contains a given count of elements. -
-
-
- 579 total downloads
- last updated 5/7/2013
- Latest version: 1.0.1
C# source implementation that enhances LINQ to Objects with the method Pipe. Executes the given action on each element in the source sequence and yields it. -
-
-
- 578 total downloads
- last updated 5/7/2013
- Latest version: 1.0.1
C# source implementation that enhances LINQ to Objects with the method Consume. Completely consumes the given sequence. This method uses immediate execution, and doesn't store any data during execution. -
-
-
- 577 total downloads
- last updated 5/7/2013
- Latest version: 1.0.1
C# source implementation that enhances LINQ to Objects with the method Split. Splits the source sequence by a separator. -
-
- 576 total downloads
- last updated 6/28/2012
- Latest version: 1.0.2
MADAM is an HTTP module for ASP.NET (1.1 or later) that allows a single web application to employ standard HTTP authentication schemes (like Basic and Digest) to be used in addition to the non-standard Forms... More information -
-
- 571 total downloads
- last updated 5/7/2013
- Latest version: 1.0.1
C# source implementation that enhances LINQ to Objects with the method Pad. Pads a sequence with default values if it is narrower (shorter in length) than a given width. -
-
-
- 563 total downloads
- last updated 5/7/2013
- Latest version: 1.0.1
C# source implementation that enhances LINQ to Objects with the method PreScan. Performs a pre-scan (exclusive prefix sum) on a sequence of elements. -
-
-
- 563 total downloads
- last updated 5/7/2013
- Latest version: 1.0.1
C# source implementation that enhances LINQ to Objects with the method TakeEvery. Returns every N-th element of a source sequence. -
-
-
- 551 total downloads
- last updated 12/28/2012
- Latest version: 1.0.0
C# source implementation that enhances LINQ to Objects with the method ToHashSet. Returns a of the source items using the default equality comparer for the type. -
-
Fizzler.
by: raboofTools -
- 518 total downloads
- last updated 10/16/2014
- Latest version: 1.0.0
WinForms and console tools for querying HTML documents based on open source libraries Fizzler and HTML Agility Pack -
-
-
- 426 total downloads
- last updated 12/17/2013
- Latest version: 1.0.0
C# source implementation that enhances LINQ to Objects with the method OrderedMerge. Merges two heterogeneous sequences ordered by a common key into a homogeneous sequence. -
-
OpenWebClient
by: raboof- 365 total downloads
- last updated 7/17/2014
- Latest version: 2.0.0
An implementation of WebClient that is open for modification.