Skip to main content

raboof

@raboof · 112 packages

462.5M
downloads in this snapshot

Published packages

Top 100 packages by downloads.

All profiles

NCrontab.Signed

NCrontab is crontab for all .NET runtimes supported by .NET Standard 1.0. It provides parsing and formatting of crontab expressions as well as calculation of occurrences of time based on a schedule expressed in the crontab format.

198.1M3.4.0

morelinq

This project enhances LINQ to Objects with the following methods: Acquire, Aggregate (some EXPERIMENTAL), AggregateRight, Append, Assert, AssertCount, AtLeast, AtMost, Await (EXPERIMENTAL), AwaitCompletion (EXPERIMENTAL), Backsert, Batch, Cartesian, Choose, CountBetween, CompareCount, CountBy, CountDown, Consume, DistinctBy, Duplicates, EndsWith, EquiZip, Evaluate, Exactly, ExceptBy, Exclude, FallbackIfEmpty, FillBackward, FillForward, Flatten, Fold, ForEach, From, FullGroupJoin, FullJoin, Generate, GenerateByIndex, GroupAdjacent, Index, IndexBy, Insert, Interleave, Lag, Lead, LeftJoin, Maxima, Memoize (EXPERIMENTAL), Merge (EXPERIMENTAL), Minima, Move, OrderBy, OrderedMerge, Pad, PadStart, Pairwise, PartialSort, PartialSortBy, Partition, Permutations, Pipe, Prepend, PreScan, Random, RandomDouble, RandomSubset, Rank, RankBy, Repeat, Return, RightJoin, RunLengthEncode, Scan, ScanBy, ScanRight, Segment, Sequence, Shuffle, SkipLast, SkipLastWhile, SkipUntil, Slice, SortedMerge, Split, StartsWith, Subsets, TagFirstLast, TakeEvery, TakeLast, TakeUntil, ThenBy, ToArrayByIndex, ToDataTable, ToDelimitedString, ToDictionary, ToHashSet, ToLookup, Trace, Transpose, TraverseBreadthFirst, TraverseDepthFirst, TrySingle (EXPERIMENTAL), Unfold, Window, WindowLeft, WindowRight, ZipLongest, ZipShortest

122.1M4.4.0

NCrontab

NCrontab is crontab for all .NET runtimes supported by .NET Standard 1.0. It provides parsing and formatting of crontab expressions as well as calculation of occurrences of time based on a schedule expressed in the crontab format.

70.3M3.4.0

elmah.corelibrary

Core library for ELMAH (Error Logging Modules and Handlers) without any configuration.

24.9M2.0.0-alpha001

elmah

ELMAH with initial configuration for getting started quickly. ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable. It can be dynamically added to a running ASP.NET web application, or even all ASP.NET web applications on a machine, without any need for re-compilation or re-deployment.

17.0M1.2.2

Fizzler

Fizzler is a W3C Selectors parser and generic selector framework for document hierarchies.

12.1M1.3.1

LumenWorks.Framework.IO

A reader that provides fast, non-cached, forward-only access to CSV data. THIS PACKAGE IS NOT ENDORSED BY THE AUTHOR OF THE LIBRARY. The files in this package are otherwise exactly the same as LumenWorks.Framework.IO version 3.8.0 binaries downloadable from CodeProject and associated with the publication of the article (see project URL) on November 11, 2011. For support and issues, please contact the author.

3.5M3.8.0

Fizzler.Systems.HtmlAgilityPack

Fizzler is a W3C Selectors parser and generic selector framework for document hierarchies. This package enables Fizzler over HTMLAgilityPack, adding QuerySelector and QuerySelectorAll (from Selectors API Level 1) for HtmlNode objects.

2.6M1.2.1

elmah.sqlserver

ELMAH with configuration for getting started quickly on a Microsoft SQL Server (2000 or later) database as the error log. NB requires manual configuration.

2.5M1.2.0

docopt.net

docopt.net is the .net version of the docopt python beautiful command line parser. docopt.net helps you define an interface for your command-line app, and automatically generate a parser for it. docopt.net is based on conventions that have been used for decades in help messages and man pages for program interface description. Interface description in docopt.net is such a help message, but formalized. Check out http://docopt.org for a more detailed explanation. Quick example: var arguments = new Docopt().Apply("Usage: prog [-a] [-b] FILE", args); if (arguments["-a"].IsTrue) {{ ... }}

1.7M0.8.3

MoreLinq.Source.MoreEnumerable.DistinctBy

C# source implementation that enhances LINQ to Objects with the method DistinctBy. Returns all distinct elements of the given source, where "distinctness" is determined via a projection and the default eqaulity comparer for the projected type.

1.2M1.0.2

MoreLinq.Source.MoreEnumerable.Batch

C# source implementation that enhances LINQ to Objects with the method Batch. Batches the source sequence into sized buckets.

996.2K1.0.2

MoreLinq.Portable

This project is a PCL port of MoreLINQ that enhances LINQ to Objects with the following methods: Acquire, AssertCount, Batch, Concat, Consume, DistinctBy, EquiZip, ExceptBy, Fold, ForEach, Generate, GenerateByIndex, GroupAdjacent, Index, MaxBy, MinBy, OrderedMerge, Pad, Pairwise, PartialSort, PartialSortBy, Pipe, Prepend, PreScan, Scan, SingleOrFallback, SkipUntil, Split, TakeEvery, TakeLast, TakeUntil, ToDelimitedString, ToHashSet, Zip, ZipLongest

557.1K2.0.0-beta04

elmah.xml

ELMAH with configuration for getting started quickly on an error log in stand-alone XML files.

484.4K1.2.0

jayrock-json

Jayrock JSON is a versatile JSON parser, formatter and converter for Microsoft .NET Framework.

377.6K0.9.16530.1

T5.TextTemplating

T4 templating engine for .NET Core.

305.0K1.1.0

T5.TextTransform.Tool

T4 text transformation tool for dotnet CLI.

284.9K1.1.0

StackTraceParser.Source

Parser for .NET and Mono stack traces.

276.0K1.3.1

MoreLinq.Source.MoreEnumerable.MaxBy

C# source implementation that enhances LINQ to Objects with the method MaxBy. Returns the maximal element of the given sequence, based on the given projection.

202.7K1.0.2

jayrock

Jayrock is a modest implementation of JSON, JsonML and JSON-RPC for the Microsoft .NET Framework, including ASP.NET.

191.9K0.9.16530.1

LinqBridge

With Visual Studio's multi-targeting and LINQBridge, you can write LINQ to Objects (local) queries using the full power of the C# 3.0 compiler and yet create programs that require only Microsoft .NET Framework 2.0. LINQBridge is a re-implementation of all the standard query operators introduced with Microsoft .NET Framework 3.5's System.Linq.Enumerable class.

189.6K1.3.0

MoreLinq.Source.MoreEnumerable.Pairwise

C# source implementation that enhances LINQ to Objects with the method Pairwise. Returns a sequence resulting from applying a function to each element in the source sequence and its predecessor, with the exception of the first element which is only returned as the predecessor of the second element.

175.7K1.0.2

Escape

JavaScript/ECMAScript 5.1 (ECMA-262) Parser

148.2K1.1.0

StackTraceFormatter.Source

Formatter for .NET and Mono stack traces.

141.4K1.1.0

MoreLinq.Source.MoreEnumerable.MinBy

C# source implementation that enhances LINQ to Objects with the method MinBy. Returns the minimal element of the given sequence, based on the given projection.

130.2K1.0.2

elmah.mysql

ELMAH with configuration for getting started quickly on an MySQL 5.0+ database as the error log. NB requires manual configuration.

120.7K1.2.0

Nunycode

Punycode for .NET

115.6K1.1.0

Mannex

Extension methods for .NET.

103.7K3.0.0

MoreLinq.Source.MoreEnumerable.ForEach

C# source implementation that enhances LINQ to Objects with the method ForEach. Immediately executes the given action on each element in the source sequence.

84.2K1.0.2

elmah.bootstrapper

Automatically registers ELMAH modules and handlers on application start-up instead of wiring via configuration (web.config).

82.5K1.0.1

elmah.sqlservercompact

ELMAH with configuration for getting started quickly on a Microsoft SQL Server Compact database as the error log.

82.1K1.2.2.1

elmah.postgresql

ELMAH with configuration for getting started quickly on a PostgreSQL database as the error log. NB requires manual configuration.

73.2K1.2.0

MoreLinq.Source.MoreEnumerable.ExceptBy

C# source implementation that enhances LINQ to Objects with the method ExceptBy. Returns the set of elements in the first sequence which aren't in the second sequence, according to a given key selector.

71.9K1.0.1

elmah.oracle

ELMAH with configuration for getting started quickly on an Oracle database as the error log. NB requires manual configuration.

65.5K1.2.0

OpenWebClient.Source

An implementation of WebClient that is open for modification.

61.9K2.0.1

MoreLinq.Source.MoreEnumerable.ToDataTable

C# source implementation that enhances LINQ to Objects with the method ToDataTable. Appends elements in the sequence as rows of a given object with a set of lambda expressions specifying which members (property or field) of each element in the sequence will supply the column values.

44.9K1.0.2

MoreLinq.Source.MoreEnumerable.GroupAdjacent

C# source implementation that enhances LINQ to Objects with the method GroupAdjacent. Groups the adjacent elements of a sequence according to a specified key selector function.

44.0K1.0.2

MoreLinq.Source.MoreEnumerable.Index

C# source implementation that enhances LINQ to Objects with the method Index. Returns a sequence of where the key is the zero-based index of the value in the source sequence.

43.0K1.0.2

MoreLinq.Source.MoreEnumerable.Pipe

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.

41.5K1.0.2

MoreLinq.Source.MoreEnumerable.ToDelimitedString

C# source implementation that enhances LINQ to Objects with the method ToDelimitedString. Creates a delimited string from a sequence of values. The delimiter used depends on the current culture of the executing thread.

41.1K1.1.2

MoreLinq.Source.MoreEnumerable.ToHashSet

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.

36.0K1.0.1

madam

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 authentication. MADAM also includes a Basic authentication HTTP module.

35.9K1.0.2

MoreLinq.Source.MoreEnumerable.Generate

C# source implementation that enhances LINQ to Objects with the method Generate. Returns a sequence of values based on indexes.

34.5K1.0.3

MoreLinq.Source.MoreEnumerable.Pad

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.

33.9K1.0.2

MoreLinq.Source.MoreEnumerable.TakeLast

C# source implementation that enhances LINQ to Objects with the method TakeLast. Returns a specified number of contiguous elements from the end of a sequence.

33.7K1.0.4

MoreLinq.Source.MoreEnumerable.Concat

C# source implementation that enhances LINQ to Objects with the method Concat. Returns a sequence consisting of the head element and the given tail elements.

33.2K1.0.3

MoreLinq.Source.MoreEnumerable.Scan

C# source implementation that enhances LINQ to Objects with the method Scan. Peforms a scan (inclusive prefix sum) on a sequence of elements.

32.4K1.1.1

MoreLinq.Source.MoreEnumerable

C# source implementation that enhances LINQ to Objects with the following methods: Acquire, AssertCount, Batch, Concat, Consume, DistinctBy, EquiZip, ExceptBy, Fold, ForEach, Generate, GenerateByIndex, GroupAdjacent, Index, MaxBy, MinBy, Pad, Pairwise, Pipe, Prepend, PreScan, Scan, SingleOrFallback, SkipUntil, Split, TakeEvery, TakeLast, TakeUntil, ToDataTable, ToDelimitedString, ToHashSet, Trace, Zip, ZipLongest

32.2K2.0.1

MoreLinq.Source.MoreEnumerable.Zip

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.

32.1K1.0.2

MoreLinq.Source.MoreEnumerable.Consume

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.

32.0K1.0.2

MoreLinq.Source.MoreEnumerable.AssertCount

C# source implementation that enhances LINQ to Objects with the method AssertCount. Asserts that a source sequence contains a given count of elements.

31.9K1.0.2

MoreLinq.Source.MoreEnumerable.Prepend

C# source implementation that enhances LINQ to Objects with the method Prepend. Prepends a single value to a sequence.

31.8K1.0.2

MoreLinq.Source.MoreEnumerable.Acquire

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 successfully acquired till that point are disposed.

31.5K1.0.2

MoreLinq.Source.MoreEnumerable.Trace

C# source implementation that enhances LINQ to Objects with the method Trace. Traces the elements of a source sequence for diagnostics.

31.4K1.0.3

MoreLinq.Source.MoreEnumerable.GenerateByIndex

C# source implementation that enhances LINQ to Objects with the method GenerateByIndex. Returns a sequence of values based on indexes.

31.2K1.0.2

MoreLinq.Source.MoreEnumerable.EquiZip

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.

31.1K1.0.2

MoreLinq.Source.MoreEnumerable.Fold

C# source implementation that enhances LINQ to Objects with the method Fold. Returns the result of applying a function to items of a fixed-size sequence.

31.1K1.1.3

MoreLinq.Source.MoreEnumerable.Split

C# source implementation that enhances LINQ to Objects with the method Split. Splits the source sequence by a separator.

29.9K1.0.2

MoreLinq.Source.MoreEnumerable.SingleOrFallback

C# source implementation that enhances LINQ to Objects with the method SingleOrFallback. Returns the single element in the given sequence, or the result of executing a fallback delegate if the sequence is empty. This method throws an exception if there is more than one element in the sequence.

29.7K1.0.2

MoreLinq.Source.MoreEnumerable.TakeUntil

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 will be the last returned.

29.5K1.0.2

Delegating

.NET Standard Library providing delegated implementations of common interfaces.

29.5K1.3.1

MoreLinq.Source.MoreEnumerable.ZipLongest

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.

29.4K1.0.2

MoreLinq.Source.MoreEnumerable.TakeEvery

C# source implementation that enhances LINQ to Objects with the method TakeEvery. Returns every N-th element of a source sequence.

29.2K1.0.2

MoreLinq.Source.MoreEnumerable.SkipUntil

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 will be the last skipped.

29.2K1.0.2

MoreLinq.Source.MoreEnumerable.PreScan

C# source implementation that enhances LINQ to Objects with the method PreScan. Performs a pre-scan (exclusive prefix sum) on a sequence of elements.

29.2K1.0.2

Fizzler.Tools

WinForms and console tools for querying HTML documents based on open source libraries Fizzler and HTML Agility Pack

27.9K1.1.0

CSharpMinifier

C# Minification Library

24.9K2.3.0

Eggado

ADO.NET Modernizer

24.5K2.2.0-beta-2

NotWebMatrix.Data

Simple database access like in WebMatrix.Data.

24.0K2.0.0

Gini

INI file format parser.

15.8K1.0.0

A1

.NET Standard 1.0+ library whose purpose is to help parse and format A1-style cell references (or addresses) like $FOO$42, those typically found in spreadsheet programs such as Microsoft Excel.

14.8K2.0.0-beta-1

LinqPadless

LINQPadless is a tool that compiles and runs LINQPad query files as stand-alone .NET Core programs, without requiring LINQPad.

13.9K2.0.0-beta-20200130

WebLinq

Library enabling web scraping over LINQ

12.9K1.0.0-alpha-20200416

MoreLinq.Source.MoreEnumerable.OrderedMerge

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.

11.9K1.0.1

TryParsers

TryParse from .NET Standard done right

11.9K1.3.0

Dsv

DSV (Delimiter-Separated Values) Parsing for .NET

10.6K1.4.0

Partials

Library of partially applied .NET utility and primitive functions that helps reduce the need for writing out simple lambdas.

10.1K1.0.0

Jacob

A succinct and compositional .NET API for reading JSON.

9.9K0.6.0

CSharpMinifierConsole

C# Minification Tool

9.8K2.3.0

TryParsers.Embedded

A single C# file that can be embedded to provide alternate ways to invoke TryParse methods from .NET Framework for use in expressions and functional code like LINQ queries.

9.8K1.2.2

CSharpSyntaxValidator

Utility to validate syntax of C# source.

9.7K2.0.0

LinqBridge.Embedded

With Visual Studio's multi-targeting and LINQBridge, you can write LINQ to Objects (local) queries using the full power of the C# 4.0 compiler and yet create programs that require only Microsoft .NET Framework 2.0. LINQBridge is a re-implementation of all the standard query operators introduced with Microsoft .NET Framework 3.5's System.Linq.Enumerable class.

9.2K1.3.0

Interlocker.Source

Tiny library encapsulating boilerplate code for interlocked updates using Interlocked.CompareExchange. This package is for direct inclusion in a C# project (compatible with C# language versions 6 and above). All types will remain internal to the project.

8.0K1.1.0

Kons

.NET Portable Class Library that provides a very simple implementation of an immutable list of (cons) cells.

6.4K1.0.0-beta-1

OpenWebClient

An implementation of WebClient that is open for modification.

5.9K2.0.1

Boxing

A .NET Standard library for boxing any value.

5.9K1.3.0

Optuple

A .NET Standard library that adds option semantics to a tuple of Boolean and T.

5.7K2.1.0

AngryArrays

Extension methods for mostly modifying arrays.

5.0K1.1.0

Comparables

C# source for utility methods (like Min and Max) that generically work with types implementing IComparable<T>.

4.9K1.1.0

NSocialCalcSave

Library for parsing and writing SocialCalc sheet save format.

4.9K1.1.0

Interlocker

Tiny library encapsulating boilerplate code for interlocked updates using Interlocked.CompareExchange.

4.6K2.0.0

elmah.aspnet

ELMAH (Error Logging Modules and Handlers) for ASP.NET

4.2K2.0.0-alpha003

Recolor

Colors text over STDIN based on regular expression patterns.

4.2K2.5.0

Choices

A .NET Standard library of choice (general discriminated union) types.

3.2K1.0.1

Gini.Source

Single C# class to parse INI file format.

3.1K1.0.0

NDate

.NET Standard library that provides a Date value type for times when you need to strictly represent a date without any time component.

2.9K1.0.0

Rdatasets

Collection of over a thousand R datasets packaged as a .NET Standard library.

2.9K1.0.1

Gratt

Generic Vaughn Pratt's top-down operator precedence parser.

2.9K2.0.0

XlTableFormat.Source

Single C# class to parse XlTable format.

2.8K1.0.0

Worms

.NET Portable Class Library that provides awaitable synchronization primitives for use with code employing the Task abstraction for modeling asynchronous operations.

2.6K1.0.0-alpha-20151127T0746