A tiny, fast and rich Javascript LINQ-like library for working with collections. Barely 8KB minified, over 60 functions, highly optimized for performance. Works with browsers back to IE6.
Tools for the following scenarios
- Console applications
- Abstract trees
- Matrices
- Mathematical Ranges
- Arrays
- Serialization
- Text or string tools
ArrayDeconstructors is a source package which allows you to use new C# 7 deconstruction syntax to deconstruct array into variables:
int[] array = <...>;
var (a,b) = array;
C# scientific package containing among other things :
* an N-dimensional array object and the main functions to operate on it
* the main linear algebra functions on N-dimensional arrays.
The syntax is mainly based on python's numpy library. MKL is used for optimized...
More information
.NET 4 framework core library for converting byte arrays to ASCII strings and vice-versa.
Documentation available at:
https://marcjohnston.github.io/byMarc.Net2.Library.ByteArrays/
Issues and bug tracker available at:...
More information
RoyalXml is a simple, highly customizable XML serializer for .NET. Though it can be configured in almost any way, the default serialization ruleset supports polymorphism, multidimensional arrays, and collections.
.NET 2 framework library for various array manipulation.
Documentation available at:
https://marcjohnston.github.io/byMarc.Net2.Library.Arrays/
Issues and bug tracker available at:
https://github.com/marcjohnston/byMarc.Net2.Library.Arrays/issues
NuGet package...
More information