Added ComparerExtensions

I think that ComparerExtensions is very useful whenever you need to create IComparer, so it should be included in this list.
pull/154/head
Petr Onderka 2014-12-12 16:56:12 +01:00
parent c9d6925b1a
commit f6e638c988
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C
* [Cimbalino Toolkit](http://cimbalino.org/) - A set of useful and powerful tools that will help you build your Windows Platform applications. * [Cimbalino Toolkit](http://cimbalino.org/) - A set of useful and powerful tools that will help you build your Windows Platform applications.
* [Coding4Fun Toolkit](http://coding4fun.codeplex.com/) * [Coding4Fun Toolkit](http://coding4fun.codeplex.com/)
* [ColoredConsole](https://github.com/colored-console/colored-console) - Add some color to your console. * [ColoredConsole](https://github.com/colored-console/colored-console) - Add some color to your console.
* [ComparerExtensions](https://github.com/jehugaleahsa/comparerextensions) - Build IComparer and IEqualityComparer objects using natural language syntax.
* [Cricket](http://fsprojects.github.io/Cricket/) - Actor library * [Cricket](http://fsprojects.github.io/Cricket/) - Actor library
* [DiffSharp](http://gbaydin.github.io/DiffSharp/) Automatic Differentiation Library * [DiffSharp](http://gbaydin.github.io/DiffSharp/) Automatic Differentiation Library
* [DotNetOpenAuth](https://github.com/DotNetOpenAuth) - Library that adds support for your site visitors to login with their OpenIDs by just dropping an ASP.NET control onto your page. * [DotNetOpenAuth](https://github.com/DotNetOpenAuth) - Library that adds support for your site visitors to login with their OpenIDs by just dropping an ASP.NET control onto your page.