tedd
-
- 20,838 total downloads
- last updated 2/25/2022
- Latest version: 1.1.5
Extracts and validates information from Norweigan social security numbers (fødselsnummer, personnummer). -
- Deprecated
- 10,263 total downloads
- last updated 11/9/2019
- Latest version: 0.0.11
Simple and fast message based TCP network communication library. BETA -
Tedd.
MoreRandom by: tedd- Deprecated
- 7,779 total downloads
- last updated 11/23/2017
- Latest version: 1.0.1
Tedd.MoreRandom.Random is a crypto grade random generator replacement for System.Random. This implementation is kept simple and is extensively tested. It's goal is to meet expectation with no... More information -
Tedd.
RandomUtils by: tedd- 6,481 total downloads
- last updated 1/26/2021
- Latest version: 1.0.6
100% unit test code coverage: FastRandom, ConcurrentRandom (thread safe random), CryptoRandom (rng crypto grade random), ConcurrentCryptoRandom, Next-methods for datatypes: SByte, Byte, Int16, UInt16, Int32,... More information -
Tedd.
SpanUtils by: tedd- 5,033 total downloads
- last updated 1/4/2020
- Latest version: 1.0.8
Extension methods to read/write different datatypes to Span<byte>. See documentation on GitHub for examples. -
Tedd.
BitUtils by: tedd- 3,189 total downloads
- last updated 2/25/2022
- Latest version: 1.0.7
Bit manipulation of Byte, Int16, UInt16, Int32, UInt32, Int64, UInt64: Ror, Rol, Rotate, SetBit, IsBitSet, ReverseBits, PopCount, PopCnt, LzCnt, LeadingZeroCount, Pack, Unpack, ToBitString, ReverseEndianness,... More information -
Tedd.
ObjectPool by: tedd- 2,270 total downloads
- last updated 11/3/2019
- Latest version: 1.0.1
Object Pool Library for reusing objects in .Net. Reuse of objects decreases load on Garbage Collector and increases performance of application. Library is based on Roslyn ObjectPool. -
- 2,100 total downloads
- last updated 2/15/2020
- Latest version: 1.0.2
list.ToHashSet(), ContainsRange(list), AddRange(list), RemoveRange(list) with and without selector. Fast and well tested; Special handling for arrays/lists to ensure efficiency. -
- 2,028 total downloads
- last updated 2/24/2022
- Latest version: 1.1.24
Extensions to Dictionary<TKey, TValue> -
- 1,808 total downloads
- last updated 1/19/2020
- Latest version: 1.0.2
Fast and reliable wildcard (* and ?) matcher capable of complex pattern matching. -
- 1,758 total downloads
- last updated 4/19/2022
- Latest version: 1.0.3
Very fast writeable bitmap for modifying bitmap. Content can be modified from other threads. With WPF bindings. -
Tedd.
Profiler by: tedd- 1,707 total downloads
- last updated 5/17/2020
- Latest version: 1.0.2
Simple tool for measuring things within application. Implement measuring in application and pull numbers from ProfilerGroup. Thread safe, ~100% unit test code coverage. -
- 1,166 total downloads
- last updated 12/30/2022
- Latest version: 1.0.6
Source generator for duplicating structs to a read-only copy. -
- 1,140 total downloads
- last updated 6/10/2022
- Latest version: 0.0.2
Package Description -
- 1,099 total downloads
- last updated 1/11/2020
- Latest version: 1.0.1
Morton encoding and decoding for converting 2 and 3-dimensional data to/from one dimension while preserving locality of the data points. In effect interleaving bits. See... More information -
- 930 total downloads
- last updated 5/14/2019
- Latest version: 1.0.1
Easy dynamic loading of assemblies in .Net Core. Integrates with ASP.Net Core Dependency Injection. Load modules and find implementations of interfaces. -
- 799 total downloads
- last updated 6/7/2022
- Latest version: 1.0.2
Provides a circular buffer Stream implementation built on Pipelines for high performance. The behavior is similar to MemoryStream, except memory is released (and reused) once its read from the Stream. -
- Deprecated
- 646 total downloads
- last updated 12/15/2019
- Latest version: 1.0.0
Random Extension Methods for SByte, Byte, Int16, UInt16, Int32, UInt32, Int64, UInt64, short, int, long -
Tedd.
LinqUtils by: tedd- 463 total downloads
- last updated 6/10/2022
- Latest version: 0.0.2-preview1 (prerelease)
Linq extensions ForEach, Delta, Unique, If/ElseIf/Else, NotNull, StringJoin, etc...