From c6ecddf7e913048e58d13803693fb5324a312134 Mon Sep 17 00:00:00 2001 From: artemlos Date: Tue, 2 Dec 2014 21:41:38 +0100 Subject: [PATCH] Update dotnet-developer-projects.md I've added one library for application protection (SKGL), one for expression parser (Mathos Parser) with support for expression to IL conversion, and a mathematical library (Mathos Core Library). --- dotnet-developer-projects.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index c4510f9..d5905c6 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -27,6 +27,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C * Security / Identity Management * [Thinktecture IdentityServer](https://github.com/thinktecture/Thinktecture.IdentityServer.v3) * [Thinktecture IdentityManager](https://github.com/thinktecture/Thinktecture.IdentityManager) + * [SKGL - Serial Key Generating Library] (https://skgl.codeplex.com/) * Web CMS * [DNN (formerly DotNetNuke)](https://dotnetnuke.codeplex.com/) - Web content management platform (CMS). @@ -73,6 +74,8 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C * [Lucene.Net](https://github.com/apache/lucene.net) * [MahApps.Metro](https://github.com/MahApps/MahApps.Metro) - A toolkit for creating metro-style WPF applications. * [Math.NET Numerics](http://numerics.mathdotnet.com/) Provides methods and algorithms for numerical computations in science, engineering and every day use. + * [Mathos Core Libary](http://mathos.codeplex.com/) - A library with algorithms for numerical calcultations in finance, statistics, pattern recognition, and more. + * [Mathos Parser](http://mathosparser.codeplex.com/) - A simple parser for mathematical expressions before and at runtime. * [Mjolnir](https://github.com/hudl/Mjolnir) - [Hystrix](https://github.com/Netflix/Hystrix)-inspired fault tolerance with circuit breakers and thread pools. * [NetTopologySuite](https://github.com/NetTopologySuite) A .NET port of the JTS Topology Suite. * [JSON.NET](http://json.net/) - Popular high-performance JSON framework for .NET