Soenneker.Utils.MemoryStream 3.0.862

Prefix Reserved
dotnet add package Soenneker.Utils.MemoryStream --version 3.0.862                
NuGet\Install-Package Soenneker.Utils.MemoryStream -Version 3.0.862                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Utils.MemoryStream" Version="3.0.862" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Utils.MemoryStream --version 3.0.862                
#r "nuget: Soenneker.Utils.MemoryStream, 3.0.862"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Soenneker.Utils.MemoryStream as a Cake Addin
#addin nuget:?package=Soenneker.Utils.MemoryStream&version=3.0.862

// Install Soenneker.Utils.MemoryStream as a Cake Tool
#tool nuget:?package=Soenneker.Utils.MemoryStream&version=3.0.862                

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Utils.MemoryStream

An easy modern MemoryStream utility

A library for management and simple access of RecyclableMemoryStreamManager

Installation

dotnet add package Soenneker.Utils.MemoryStream

Usage

  1. Register the interop within DI (Program.cs).
public static async Task Main(string[] args)
{
    ...
    builder.Services.AddMemoryStreamUtil();
}
  1. Inject IMemoryStreamUtil wherever you need MemoryStream services

  2. Retrieve a fresh MemoryStream from

Example:

public class TestClass{

    IMemoryStreamUtil _memoryStreamUtil;

    public TestClass(IMemoryStreamUtil memoryStreamUtil)
    {
        _memoryStreamUtil = memoryStreamUtil;
    }

    public async ValueTask<MemoryStream> ReadFileIntoMemoryStream(string path)
    {
        MemoryStream memoryStream = await _memoryStreamUtil.Get(); // .GetSync() is also available

        FileStream fileStream = File.OpenRead(path);

        await fileStream.CopyToAsync(memoryStream);
    
        return memoryStream;
    }
}
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Soenneker.Utils.MemoryStream:

Package Downloads
Soenneker.Utils.File

A utility library encapsulating asynchronous file IO operations

Soenneker.Cosmos.Serializer

A fast, lightweight JSON (de)serializer for Azure Cosmos DB

Soenneker.Blob.Download

A utility library for Azure Blob download operations

Soenneker.Blob.Upload

A utility library for Azure Blob upload operations

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.862 700 11/20/2024
3.0.861 39 11/20/2024
3.0.860 1,911 11/20/2024
3.0.859 178 11/20/2024
3.0.858 55 11/20/2024
3.0.857 34 11/20/2024
3.0.856 216 11/20/2024
3.0.855 182 11/20/2024
3.0.854 265 11/20/2024
3.0.853 217 11/19/2024
3.0.852 36 11/19/2024
3.0.851 36 11/19/2024
3.0.850 557 11/19/2024
3.0.849 35 11/19/2024
3.0.848 1,801 11/19/2024
3.0.847 430 11/19/2024
3.0.846 31 11/19/2024
3.0.845 1,856 11/19/2024
3.0.844 43 11/19/2024
3.0.843 46 11/19/2024
3.0.842 5,897 11/14/2024
3.0.841 116 11/14/2024
3.0.840 937 11/14/2024
3.0.839 863 11/14/2024
3.0.838 69 11/14/2024
3.0.837 779 11/14/2024
3.0.836 65 11/14/2024
3.0.835 2,565 11/14/2024
3.0.834 68 11/14/2024
3.0.833 69 11/14/2024
3.0.832 627 11/14/2024
3.0.831 67 11/14/2024
3.0.830 70 11/14/2024
3.0.829 74 11/14/2024
3.0.828 63 11/14/2024
3.0.827 73 11/14/2024
2.1.826 1,862 11/13/2024
2.1.825 8,367 11/13/2024
2.1.824 66 11/13/2024
2.1.823 1,061 11/13/2024
2.1.822 71 11/13/2024
2.1.821 1,110 11/12/2024
2.1.820 71 11/12/2024
2.1.819 920 11/12/2024
2.1.818 6,721 11/9/2024
2.1.817 382 11/9/2024
2.1.816 88 11/9/2024
2.1.815 79 11/9/2024
2.1.814 1,241 11/9/2024
2.1.813 674 11/8/2024
2.1.812 71 11/8/2024
2.1.811 1,081 11/8/2024
2.1.810 72 11/8/2024
2.1.809 114 11/8/2024
2.1.808 71 11/8/2024
2.1.807 211 11/8/2024
2.1.806 3,045 11/8/2024
2.1.805 66 11/8/2024
2.1.804 3,476 11/8/2024
2.1.803 75 11/8/2024
2.1.802 11,364 11/1/2024
2.1.801 552 10/31/2024
2.1.800 4,469 10/29/2024
2.1.799 355 10/29/2024
2.1.798 847 10/29/2024
2.1.797 107 10/29/2024
2.1.796 1,600 10/29/2024
2.1.795 68 10/29/2024
2.1.794 6,080 10/28/2024
2.1.793 71 10/28/2024
2.1.792 2,098 10/28/2024
2.1.791 4,257 10/26/2024
2.1.790 71 10/26/2024
2.1.789 4,334 10/22/2024
2.1.788 877 10/22/2024
2.1.787 591 10/22/2024
2.1.786 81 10/22/2024
2.1.785 75 10/22/2024
2.1.784 2,500 10/22/2024
2.1.783 5,244 10/17/2024
2.1.782 1,997 10/17/2024
2.1.781 3,248 10/15/2024
2.1.780 447 10/14/2024
2.1.779 79 10/14/2024
2.1.778 5,235 10/11/2024
2.1.777 1,938 10/11/2024
2.1.776 76 10/11/2024
2.1.775 1,531 10/11/2024
2.1.774 5,533 10/9/2024
2.1.773 1,727 10/9/2024
2.1.772 417 10/8/2024
2.1.771 82 10/8/2024
2.1.770 1,474 10/8/2024
2.1.769 90 10/8/2024
2.1.768 4,317 10/8/2024
2.1.767 384 10/8/2024
2.1.766 7,218 10/3/2024
2.1.765 74 10/3/2024
2.1.764 1,487 10/3/2024
2.1.763 594 10/3/2024
2.1.762 78 10/3/2024
2.1.761 5,928 10/2/2024
2.1.760 444 10/2/2024
2.1.759 1,638 10/2/2024
2.1.758 83 10/2/2024
2.1.757 3,721 10/1/2024
2.1.756 3,807 10/1/2024
2.1.755 74 10/1/2024
2.1.754 537 10/1/2024
2.1.753 3,241 10/1/2024
2.1.752 248 10/1/2024
2.1.751 395 9/30/2024
2.1.750 2,603 9/30/2024
2.1.749 2,864 9/29/2024
2.1.748 1,722 9/29/2024
2.1.747 75 9/29/2024
2.1.746 471 9/29/2024
2.1.745 1,049 9/29/2024
2.1.744 82 9/29/2024
2.1.743 4,387 9/27/2024
2.1.742 509 9/27/2024
2.1.741 2,228 9/27/2024
2.1.740 81 9/27/2024
2.1.739 312 9/27/2024
2.1.738 514 9/27/2024
2.1.737 102 9/27/2024
2.1.736 79 9/27/2024
2.1.735 4,473 9/27/2024
2.1.734 3,620 9/26/2024
2.1.733 354 9/26/2024
2.1.732 5,917 9/26/2024
2.1.731 122 9/26/2024
2.1.730 1,373 9/26/2024
2.1.729 2,099 9/26/2024
2.1.728 6,839 9/23/2024
2.1.727 451 9/23/2024
2.1.726 755 9/23/2024
2.1.725 933 9/23/2024
2.1.724 1,029 9/23/2024
2.1.723 87 9/23/2024
2.1.722 3,496 9/23/2024
2.1.721 81 9/23/2024
2.1.720 3,038 9/23/2024
2.1.719 85 9/23/2024
2.1.718 727 9/23/2024
2.1.717 83 9/23/2024
2.1.716 82 9/23/2024
2.1.715 847 9/23/2024
2.1.714 79 9/23/2024
2.1.713 86 9/23/2024
2.1.712 2,708 9/23/2024
2.1.711 80 9/23/2024
2.1.710 6,394 9/18/2024
2.1.709 945 9/17/2024
2.1.708 749 9/17/2024
2.1.707 90 9/17/2024
2.1.706 402 9/17/2024
2.1.705 979 9/17/2024
2.1.704 214 9/17/2024
2.1.703 1,973 9/17/2024
2.1.702 96 9/17/2024
2.1.701 2,732 9/17/2024
2.1.700 1,933 9/17/2024
2.1.699 1,122 9/17/2024
2.1.698 1,866 9/17/2024
2.1.697 9,864 9/16/2024
2.1.696 89 9/16/2024
2.1.695 4,095 9/12/2024
2.1.694 98 9/12/2024
2.1.693 971 9/11/2024
2.1.692 172 9/11/2024
2.1.690 5,336 9/11/2024
2.1.689 298 9/11/2024
2.1.688 1,650 9/11/2024
2.1.687 3,261 9/11/2024
2.1.686 7,848 9/10/2024
2.1.685 352 9/10/2024
2.1.684 599 9/10/2024
2.1.683 403 9/10/2024
2.1.682 92 9/10/2024
2.1.681 588 9/9/2024
2.1.680 94 9/9/2024
2.1.679 312 9/9/2024
2.1.678 3,361 9/9/2024
2.1.677 78 9/9/2024
2.1.676 744 9/9/2024
2.1.675 120 9/9/2024
2.1.674 514 9/9/2024
2.1.673 3,608 9/9/2024
2.1.672 91 9/9/2024
2.1.671 212 9/9/2024
2.1.670 89 9/9/2024
2.1.669 85 9/9/2024
2.1.668 10,503 9/7/2024
2.1.667 1,794 9/6/2024
2.1.666 4,660 9/6/2024
2.1.665 89 9/6/2024
2.1.664 1,810 9/5/2024
2.1.663 1,081 9/5/2024
2.1.662 75 9/5/2024
2.1.661 88 9/5/2024
2.1.660 2,059 9/5/2024
2.1.659 2,332 9/5/2024
2.1.658 103 9/5/2024
2.1.657 91 9/5/2024
2.1.656 547 9/5/2024
2.1.655 99 9/5/2024
2.1.654 100 9/5/2024
2.1.653 4,457 9/5/2024
2.1.652 99 9/5/2024
2.1.651 3,547 9/4/2024
2.1.650 3,745 9/4/2024
2.1.649 4,052 9/3/2024
2.1.648 94 9/3/2024
2.1.647 2,966 9/3/2024
2.1.646 85 9/3/2024
2.1.645 2,144 9/3/2024
2.1.644 1,403 9/3/2024
2.1.643 72 9/3/2024
2.1.642 4,654 8/29/2024
2.1.641 87 8/29/2024
2.1.640 4,507 8/26/2024
2.1.639 1,119 8/26/2024
2.1.638 4,178 8/21/2024
2.1.637 225 8/21/2024
2.1.636 1,452 8/21/2024
2.1.635 120 8/21/2024
2.1.634 978 8/20/2024
2.1.633 108 8/20/2024
2.1.632 125 8/20/2024
2.1.631 2,057 8/20/2024
2.1.630 1,121 8/20/2024
2.1.629 106 8/20/2024
2.1.628 89 8/20/2024
2.1.627 101 8/20/2024
2.1.626 2,358 8/20/2024
2.1.625 105 8/20/2024
2.1.624 4,346 8/20/2024
2.1.623 2,139 8/19/2024
2.1.622 4,698 8/15/2024
2.1.621 639 8/15/2024
2.1.620 5,933 8/13/2024
2.1.619 573 8/13/2024
2.1.618 4,788 8/7/2024
2.1.617 388 8/6/2024
2.1.616 2,868 8/6/2024
2.1.615 73 8/6/2024
2.1.614 3,537 8/1/2024
2.1.613 473 8/1/2024
2.1.611 303 8/1/2024
2.1.610 268 8/1/2024
2.1.609 6,619 7/25/2024
2.1.608 256 7/25/2024
2.1.607 479 7/25/2024
2.1.606 85 7/25/2024
2.1.605 662 7/25/2024
2.1.604 69 7/25/2024
2.1.603 139 7/24/2024
2.1.602 383 7/24/2024
2.1.601 192 7/24/2024
2.1.600 1,027 7/24/2024
2.1.599 2,462 7/24/2024
2.1.598 1,809 7/20/2024
2.1.597 3,995 7/20/2024
2.1.596 5,186 7/14/2024
2.1.595 86 7/14/2024
2.1.594 2,840 7/14/2024
2.1.593 71 7/14/2024
2.1.592 450 7/14/2024
2.1.591 3,803 7/10/2024
2.1.590 254 7/10/2024
2.1.589 606 7/10/2024
2.1.588 70 7/10/2024
2.1.587 2,097 7/10/2024
2.1.586 67 7/10/2024
2.1.585 61 7/10/2024
2.1.584 61 7/10/2024
2.1.583 1,003 7/10/2024
2.1.582 61 7/10/2024
2.1.581 133 7/10/2024
2.1.580 75 7/10/2024
2.1.579 71 7/10/2024
2.1.578 915 7/10/2024
2.1.577 76 7/10/2024
2.1.576 840 7/10/2024
2.1.575 84 7/10/2024
2.1.574 76 7/10/2024
2.1.573 511 7/9/2024
2.1.572 78 7/9/2024
2.1.569 782 7/9/2024
2.1.568 66 7/9/2024
2.1.567 688 7/9/2024
2.1.566 75 7/9/2024
2.1.565 4,725 7/9/2024
2.1.564 81 7/9/2024
2.1.563 86 7/9/2024
2.1.562 4,827 7/9/2024
2.1.561 70 7/9/2024
2.1.560 78 7/9/2024
2.1.559 1,380 7/9/2024
2.1.558 361 7/9/2024
2.1.557 82 7/9/2024
2.1.556 2,604 7/8/2024
2.1.555 81 7/8/2024
2.1.554 80 7/8/2024
2.1.553 501 7/8/2024
2.1.552 80 7/8/2024
2.1.551 70 7/8/2024
2.1.550 5,257 7/8/2024
2.1.549 80 7/8/2024
2.1.548 158 7/8/2024
2.1.547 2,209 7/7/2024
2.1.546 1,679 7/7/2024
2.1.545 82 7/7/2024
2.1.544 506 7/7/2024
2.1.543 75 7/7/2024
2.1.542 1,010 7/7/2024
2.1.541 256 7/7/2024
2.1.540 80 7/7/2024
2.1.539 76 7/7/2024
2.1.538 1,523 7/7/2024
2.1.537 5,849 7/4/2024
2.1.536 931 7/3/2024
2.1.535 1,663 7/3/2024
2.1.534 2,011 7/3/2024
2.1.533 82 7/3/2024
2.1.532 639 7/3/2024
2.1.531 2,474 7/3/2024
2.1.530 655 7/3/2024
2.1.529 2,214 6/30/2024
2.1.528 1,489 6/28/2024
2.1.527 4,999 6/22/2024
2.1.526 91 6/22/2024
2.1.525 5,740 6/15/2024
2.1.524 84 6/15/2024
2.1.523 2,101 6/15/2024
2.1.522 3,467 6/14/2024
2.1.521 93 6/14/2024
2.1.520 1,658 6/14/2024
2.1.519 2,190 6/12/2024
2.1.518 4,311 6/1/2024
2.1.517 498 6/1/2024
2.1.516 846 6/1/2024
2.1.515 448 6/1/2024
2.1.514 92 6/1/2024
2.1.513 1,603 6/1/2024
2.1.512 4,327 5/31/2024
2.1.511 94 5/31/2024
2.1.510 3,836 5/29/2024
2.1.509 86 5/29/2024
2.1.508 4,603 5/28/2024
2.1.507 71 5/28/2024
2.1.506 2,706 5/27/2024
2.1.505 69 5/27/2024
2.1.504 71 5/27/2024
2.1.503 1,224 5/27/2024
2.1.502 3,197 5/26/2024
2.1.501 76 5/26/2024
2.1.500 4,609 5/26/2024
2.1.499 79 5/26/2024
2.1.498 1,181 5/26/2024
2.1.497 201 5/25/2024
2.1.496 79 5/25/2024
2.1.495 1,232 5/25/2024
2.1.494 86 5/25/2024
2.1.493 84 5/25/2024
2.1.492 79 5/25/2024
2.1.491 1,882 5/25/2024
2.1.490 80 5/25/2024
2.1.489 86 5/25/2024
2.1.488 1,094 5/25/2024
2.1.487 74 5/25/2024
2.1.486 86 5/25/2024
2.1.485 970 5/25/2024
2.1.484 81 5/25/2024
2.1.483 78 5/25/2024
2.1.482 6,173 5/23/2024
2.1.481 453 5/23/2024
2.1.480 1,641 5/23/2024
2.1.479 82 5/23/2024
2.1.478 1,223 5/23/2024
2.1.477 75 5/23/2024
2.1.476 92 5/22/2024
2.1.475 85 5/22/2024
2.1.474 79 5/22/2024
2.1.473 1,707 5/22/2024
2.1.472 80 5/22/2024
2.1.471 78 5/22/2024
2.1.470 971 5/22/2024
2.1.469 84 5/22/2024
2.1.468 3,957 5/22/2024
2.1.467 3,548 5/18/2024
2.1.466 131 5/18/2024
2.1.465 972 5/17/2024
2.1.464 99 5/17/2024
2.1.463 1,686 5/17/2024
2.1.462 106 5/17/2024
2.1.461 103 5/17/2024
2.1.460 3,219 5/16/2024
2.1.459 191 5/16/2024
2.1.458 97 5/16/2024
2.1.457 1,536 5/15/2024
2.1.456 1,185 5/15/2024
2.1.455 105 5/15/2024
2.1.454 5,124 5/13/2024
2.1.453 73 5/13/2024
2.1.452 3,234 5/3/2024
2.1.451 2,899 4/30/2024
2.1.450 370 4/29/2024
2.1.449 1,577 4/29/2024
2.1.448 104 4/29/2024
2.1.447 3,290 4/29/2024
2.1.446 100 4/28/2024
2.1.445 97 4/28/2024
2.1.444 476 4/28/2024
2.1.443 112 4/28/2024
2.1.442 1,629 4/28/2024
2.1.441 103 4/28/2024
2.1.440 93 4/28/2024
2.1.439 3,206 4/28/2024
2.1.438 101 4/28/2024
2.1.437 1,653 4/28/2024
2.1.436 107 4/28/2024
2.1.435 108 4/28/2024
2.1.434 445 4/28/2024
2.1.433 98 4/28/2024
2.1.432 96 4/28/2024
2.1.431 2,553 4/27/2024
2.1.430 109 4/27/2024
2.1.429 6,208 4/19/2024
2.1.428 105 4/19/2024
2.1.427 3,478 4/19/2024
2.1.426 843 4/18/2024
2.1.425 3,712 4/15/2024
2.1.424 2,385 4/12/2024
2.1.423 1,774 4/12/2024
2.1.422 1,473 4/12/2024
2.1.421 94 4/12/2024
2.1.420 1,933 4/12/2024
2.1.419 118 4/12/2024
2.1.418 696 4/12/2024
2.1.417 579 4/11/2024
2.1.416 7,401 4/10/2024
2.1.415 103 4/10/2024
2.1.414 2,135 4/9/2024
2.1.413 3,524 4/2/2024
2.1.412 113 4/2/2024
2.1.411 324 4/1/2024
2.1.410 102 4/1/2024
2.1.409 224 4/1/2024
2.1.408 5,628 3/29/2024
2.1.407 1,184 3/29/2024
2.1.406 3,004 3/25/2024
2.1.405 107 3/25/2024
2.1.404 798 3/25/2024
2.1.403 1,437 3/25/2024
2.1.402 3,689 3/20/2024
2.1.401 114 3/20/2024
2.1.400 3,624 3/19/2024
2.1.399 120 3/19/2024
2.1.398 1,657 3/19/2024
2.1.397 122 3/19/2024
2.1.396 1,307 3/19/2024
2.1.395 1,405 3/18/2024
2.1.394 938 3/18/2024
2.1.393 4,107 3/15/2024
2.1.392 117 3/15/2024
2.1.391 3,585 3/13/2024
2.1.390 548 3/13/2024
2.1.389 418 3/13/2024
2.1.388 113 3/13/2024
2.1.387 1,537 3/13/2024
2.1.386 329 3/13/2024
2.1.385 114 3/13/2024
2.1.384 122 3/13/2024
2.1.383 2,790 3/13/2024
2.1.382 117 3/13/2024
2.1.381 196 3/12/2024
2.1.380 111 3/12/2024
2.1.379 2,750 3/12/2024
2.1.378 111 3/12/2024
2.1.377 3,978 3/11/2024
2.1.376 343 3/11/2024
2.1.375 3,302 3/11/2024
2.1.374 196 3/11/2024
2.1.373 2,822 3/10/2024
2.1.372 1,361 3/10/2024
2.1.371 3,236 3/8/2024
2.1.370 125 3/8/2024
2.1.369 1,808 3/8/2024
2.1.368 1,301 3/8/2024
2.1.367 106 3/8/2024
2.1.366 2,019 3/8/2024
2.1.365 2,028 3/6/2024
2.1.364 381 3/6/2024
2.1.363 3,525 3/4/2024
2.1.362 116 3/4/2024
2.1.361 1,708 3/4/2024
2.1.360 115 3/4/2024
2.1.359 2,266 3/3/2024
2.1.358 2,139 3/3/2024
2.1.357 193 3/2/2024
2.1.356 119 3/2/2024
2.1.355 1,875 3/2/2024
2.1.354 118 3/2/2024
2.1.353 13,987 2/25/2024
2.1.352 1,201 2/25/2024
2.1.351 111 2/25/2024
2.1.350 431 2/25/2024
2.1.349 1,806 2/25/2024
2.1.348 1,690 2/23/2024
2.1.347 528 2/23/2024
2.1.346 3,693 2/22/2024
2.1.345 103 2/22/2024
2.1.344 773 2/22/2024
2.1.343 184 2/22/2024
2.1.342 110 2/22/2024
2.1.341 2,166 2/21/2024
2.1.340 110 2/21/2024
2.1.339 1,945 2/21/2024
2.1.338 114 2/21/2024
2.1.337 107 2/21/2024
2.1.336 107 2/21/2024
2.1.335 1,898 2/21/2024
2.1.334 701 2/21/2024
2.1.333 100 2/21/2024
2.1.332 98 2/21/2024
2.1.331 1,711 2/21/2024
2.1.330 1,897 2/21/2024
2.1.329 105 2/21/2024
2.1.328 102 2/21/2024
2.1.327 120 2/21/2024
2.1.326 2,509 2/20/2024
2.1.325 107 2/20/2024
2.1.324 2,107 2/20/2024
2.1.323 108 2/20/2024
2.1.322 1,969 2/20/2024
2.1.321 105 2/20/2024
2.1.320 105 2/20/2024
2.1.319 867 2/20/2024
2.1.318 279 2/19/2024
2.1.317 3,279 2/19/2024
2.1.316 108 2/19/2024
2.1.315 2,197 2/19/2024
2.1.314 2,460 2/17/2024
2.1.313 106 2/17/2024
2.1.312 1,422 2/17/2024
2.1.311 101 2/17/2024
2.1.310 277 2/17/2024
2.1.309 833 2/16/2024
2.1.308 97 2/16/2024
2.1.307 97 2/16/2024
2.1.306 147 2/16/2024
2.1.305 102 2/16/2024
2.1.304 2,069 2/16/2024
2.1.303 100 2/16/2024
2.1.302 2,606 2/16/2024
2.1.301 103 2/16/2024
2.1.300 102 2/16/2024
2.1.299 237 2/16/2024
2.1.298 105 2/16/2024
2.1.297 1,257 2/16/2024
2.1.296 100 2/16/2024
2.1.295 3,623 2/14/2024
2.1.294 1,515 2/13/2024
2.1.293 103 2/13/2024
2.1.292 1,415 2/13/2024
2.1.291 1,702 2/13/2024
2.1.290 953 2/13/2024
2.1.289 110 2/13/2024
2.1.288 1,870 2/13/2024
2.1.287 1,178 2/13/2024
2.1.286 119 2/13/2024
2.1.285 3,161 2/12/2024
2.1.284 110 2/12/2024
2.1.283 1,789 2/11/2024
2.1.282 2,045 2/11/2024
2.1.281 108 2/11/2024
2.1.280 1,936 2/11/2024
2.1.279 1,319 2/11/2024
2.1.278 3,498 2/10/2024
2.1.277 338 2/10/2024
2.1.276 111 2/10/2024
2.1.275 1,150 2/9/2024
2.1.274 2,928 2/9/2024
2.1.273 109 2/9/2024
2.1.272 2,294 2/9/2024
2.1.271 617 2/9/2024
2.1.270 128 2/8/2024
2.1.269 106 2/8/2024
2.1.268 3,260 2/8/2024
2.1.267 116 2/8/2024
2.1.266 573 2/8/2024
2.1.265 7,676 2/8/2024
2.1.264 1,349 2/8/2024
2.1.263 113 2/8/2024
2.1.262 4,084 2/7/2024
2.1.261 122 2/7/2024
2.1.260 860 2/7/2024
2.1.259 1,975 2/7/2024
2.1.258 585 2/7/2024
2.1.257 120 2/7/2024
2.1.256 120 2/7/2024
2.1.255 225 2/7/2024
2.1.254 111 2/7/2024
2.1.253 110 2/7/2024
2.1.252 622 2/6/2024
2.1.251 112 2/6/2024
2.1.250 970 2/6/2024
2.1.249 117 2/6/2024
2.1.248 117 2/6/2024
2.1.247 127 2/6/2024
2.1.246 6,144 2/5/2024
2.1.245 206 2/5/2024
2.1.244 1,588 2/4/2024
2.1.243 1,835 2/4/2024
2.1.242 675 2/4/2024
2.1.241 3,338 2/2/2024
2.1.240 112 2/2/2024
2.1.239 4,379 1/31/2024
2.1.238 107 1/31/2024
2.1.237 4,536 1/29/2024
2.1.236 102 1/29/2024
2.1.235 1,985 1/29/2024
2.1.234 103 1/29/2024
2.1.233 1,020 1/29/2024
2.1.232 105 1/29/2024
2.1.231 1,692 1/28/2024
2.1.230 1,902 1/28/2024
2.1.229 110 1/28/2024
2.1.228 1,213 1/28/2024
2.1.227 1,939 1/28/2024
2.1.226 110 1/28/2024
2.1.225 1,993 1/28/2024
2.1.224 108 1/28/2024
2.1.223 430 1/28/2024
2.1.222 1,787 1/27/2024
2.1.221 105 1/27/2024
2.1.220 367 1/27/2024
2.1.219 3,161 1/27/2024
2.1.218 967 1/27/2024
2.1.217 101 1/27/2024
2.1.216 625 1/27/2024
2.1.215 105 1/27/2024
2.1.214 3,958 1/27/2024
2.1.213 1,904 1/27/2024
2.1.212 109 1/27/2024
2.1.211 1,128 1/26/2024
2.1.210 103 1/26/2024
2.1.209 1,080 1/26/2024
2.1.208 101 1/26/2024
2.1.207 793 1/26/2024
2.1.206 480 1/26/2024
2.1.205 3,251 1/26/2024
2.1.204 102 1/26/2024
2.1.203 2,058 1/26/2024
2.1.202 100 1/26/2024
2.1.201 2,440 1/25/2024
2.1.200 97 1/25/2024
2.1.199 1,841 1/25/2024
2.1.198 273 1/25/2024
2.1.197 103 1/25/2024
2.1.196 4,610 1/25/2024
2.1.195 102 1/25/2024
2.1.194 4,696 1/19/2024
2.1.193 111 1/19/2024
2.1.192 4,007 1/16/2024
2.1.191 1,730 1/15/2024
2.1.190 116 1/15/2024
2.1.189 337 1/15/2024
2.1.188 110 1/15/2024
2.1.187 113 1/15/2024
2.1.186 2,147 1/15/2024
2.1.185 117 1/15/2024
2.1.184 1,905 1/15/2024
2.1.183 114 1/15/2024
2.1.182 111 1/15/2024
2.1.181 3,586 1/15/2024
2.1.180 122 1/15/2024
2.1.179 3,446 1/14/2024
2.1.178 118 1/14/2024
2.1.177 4,638 1/13/2024
2.1.176 135 1/13/2024
2.1.175 3,281 1/12/2024
2.1.174 111 1/12/2024
2.1.173 3,843 1/11/2024
2.1.172 513 1/11/2024
2.1.171 4,880 1/7/2024
2.1.170 122 1/7/2024
2.1.169 1,227 1/7/2024
2.1.168 3,094 1/5/2024
2.1.167 1,540 1/5/2024
2.1.166 118 1/5/2024
2.1.165 96 1/5/2024
2.1.164 109 1/5/2024
2.1.163 1,798 1/5/2024
2.1.162 111 1/5/2024
2.1.161 116 1/5/2024
2.1.160 112 1/5/2024
2.1.159 5,209 1/3/2024
2.1.158 2,900 1/1/2024
2.1.157 132 1/1/2024
2.1.156 1,569 1/1/2024
2.1.155 2,356 12/28/2023
2.1.154 702 12/28/2023
2.1.153 141 12/28/2023
2.1.152 215 12/28/2023
2.1.151 127 12/28/2023
2.1.150 133 12/28/2023
2.1.149 2,894 12/28/2023
2.1.148 135 12/28/2023
2.1.147 839 12/28/2023
2.1.146 125 12/28/2023
2.1.145 127 12/28/2023
2.1.144 815 12/27/2023
2.1.143 137 12/27/2023
2.1.142 2,271 12/27/2023
2.1.141 136 12/27/2023
2.1.140 4,597 12/25/2023
2.1.139 130 12/25/2023
2.1.138 1,630 12/25/2023
2.1.137 2,164 12/25/2023
2.1.136 118 12/25/2023
2.1.135 122 12/25/2023
2.1.134 1,629 12/25/2023
2.1.133 129 12/25/2023
2.1.132 121 12/25/2023
2.1.131 223 12/25/2023
2.1.130 135 12/25/2023
2.1.129 4,978 12/24/2023
2.1.128 1,544 12/24/2023
2.1.127 503 12/24/2023
2.1.126 2,178 12/23/2023
2.1.125 1,519 12/23/2023
2.1.124 609 12/23/2023
2.1.123 126 12/23/2023
2.1.122 108 12/23/2023
2.1.121 342 12/23/2023
2.1.120 122 12/23/2023
2.1.119 121 12/23/2023
2.1.118 120 12/23/2023
2.1.117 925 12/23/2023
2.1.116 125 12/23/2023
2.1.115 1,464 12/23/2023
2.1.114 128 12/23/2023
2.1.113 6,819 12/19/2023
2.1.112 105 12/19/2023
2.1.111 859 12/19/2023
2.1.110 115 12/19/2023
2.1.109 1,456 12/19/2023
2.1.108 346 12/18/2023
2.1.107 2,492 12/13/2023
2.1.106 923 12/12/2023
2.1.105 1,109 12/11/2023
2.1.104 1,282 12/11/2023
2.1.103 331 12/11/2023
2.1.102 478 12/11/2023
2.1.101 278 12/10/2023
2.1.100 112 12/10/2023
2.1.99 133 12/10/2023
2.1.98 141 12/10/2023
2.1.97 4,640 12/10/2023
2.1.96 3,241 12/10/2023
2.1.95 1,022 12/9/2023
2.1.94 1,021 12/9/2023
2.1.93 1,558 12/9/2023
2.1.92 144 12/9/2023
2.1.91 137 12/9/2023
2.1.90 117 12/9/2023
2.1.89 123 12/9/2023
2.1.88 1,255 12/9/2023
2.1.87 125 12/9/2023
2.1.86 3,357 12/9/2023
2.1.85 131 12/9/2023
2.1.84 5,176 12/6/2023
2.1.83 649 12/6/2023
2.1.82 939 12/6/2023
2.1.81 134 12/6/2023
2.1.80 2,248 12/6/2023
2.1.79 655 12/5/2023
2.1.78 1,232 12/5/2023
2.1.77 722 12/5/2023
2.1.76 1,230 12/5/2023
2.1.75 1,364 12/5/2023
2.1.74 367 12/5/2023
2.1.73 236 12/4/2023
2.1.72 150 12/4/2023
2.1.71 134 12/4/2023
2.1.70 3,725 12/4/2023
2.1.69 153 12/4/2023
2.1.68 825 12/4/2023
2.1.67 136 12/4/2023
2.1.66 3,918 12/4/2023
2.1.65 2,247 11/27/2023
2.1.64 579 11/27/2023
2.1.63 2,450 11/23/2023
2.1.62 138 11/23/2023
2.1.61 607 11/23/2023
2.1.60 682 11/23/2023
2.1.59 135 11/23/2023
2.1.58 1,526 11/23/2023
2.1.57 142 11/23/2023
2.1.56 140 11/23/2023
2.1.55 126 11/23/2023
2.1.54 1,558 11/23/2023
2.1.53 144 11/23/2023
2.1.52 4,275 11/20/2023
2.1.51 139 11/20/2023
2.1.50 2,719 11/20/2023
2.1.49 127 11/20/2023
2.1.48 128 11/20/2023
2.1.47 1,943 11/20/2023
2.1.46 2,134 11/19/2023
2.1.45 121 11/19/2023
2.1.44 1,827 11/19/2023
2.1.43 264 11/19/2023
2.1.42 128 11/19/2023
2.1.41 137 11/19/2023
2.1.40 136 11/19/2023
2.1.39 3,346 11/19/2023
2.1.38 114 11/19/2023
2.1.37 3,614 11/18/2023
2.1.36 132 11/18/2023
2.1.35 141 11/18/2023
2.1.34 2,894 11/18/2023
2.1.33 136 11/18/2023
2.1.32 140 11/18/2023
2.1.31 512 11/18/2023
2.1.30 130 11/18/2023
2.1.29 114 11/18/2023
2.1.28 136 11/18/2023
2.1.27 1,397 11/17/2023
2.1.26 116 11/17/2023
2.1.25 1,667 11/17/2023
2.1.24 133 11/17/2023
2.1.23 140 11/17/2023
2.1.22 303 11/17/2023
2.1.21 136 11/17/2023
2.1.20 134 11/17/2023
2.1.19 3,173 11/17/2023
2.1.18 130 11/17/2023
2.1.17 1,342 11/17/2023
2.1.16 139 11/17/2023
2.1.15 1,320 11/17/2023
2.1.14 130 11/17/2023
2.1.13 125 11/17/2023
2.1.12 851 11/17/2023
2.1.11 127 11/17/2023
2.1.10 103 11/17/2023
2.1.9 2,518 11/17/2023
2.1.8 539 11/17/2023
2.1.7 135 11/17/2023
2.1.6 1,126 11/16/2023
2.1.5 130 11/16/2023
2.0.196 2,277 11/15/2023
2.0.195 134 11/15/2023
2.0.194 137 11/15/2023
2.0.193 140 11/15/2023
2.0.4 120 11/16/2023
2.0.3 121 11/16/2023
2.0.2 130 11/16/2023
2.0.1 128 11/16/2023
1.0.192 1,728 11/14/2023
1.0.191 136 11/14/2023
1.0.190 4,639 11/13/2023
1.0.189 127 11/13/2023
1.0.188 1,092 11/10/2023
1.0.187 115 11/10/2023
1.0.186 100 11/10/2023
1.0.185 2,311 11/9/2023
1.0.184 133 11/9/2023
1.0.183 117 11/9/2023
1.0.182 140 11/9/2023
1.0.181 3,885 11/8/2023
1.0.180 1,365 11/7/2023
1.0.179 137 11/7/2023
1.0.178 2,142 11/6/2023
1.0.177 114 11/6/2023
1.0.176 125 11/6/2023
1.0.175 2,046 11/3/2023
1.0.174 126 11/3/2023
1.0.173 139 11/3/2023
1.0.172 2,552 11/2/2023
1.0.171 135 11/2/2023
1.0.170 145 11/2/2023
1.0.169 1,898 11/1/2023
1.0.168 128 11/1/2023
1.0.167 7,849 10/27/2023
1.0.166 1,963 10/26/2023
1.0.165 3,859 10/20/2023
1.0.164 2,317 10/19/2023
1.0.163 123 10/19/2023
1.0.162 1,810 10/18/2023
1.0.161 147 10/18/2023
1.0.160 138 10/18/2023
1.0.159 2,212 10/17/2023
1.0.158 143 10/17/2023
1.0.157 152 10/17/2023
1.0.156 3,023 10/16/2023
1.0.155 146 10/16/2023
1.0.154 149 10/16/2023
1.0.153 3,013 10/13/2023
1.0.152 156 10/13/2023
1.0.151 142 10/13/2023
1.0.150 1,926 10/12/2023
1.0.149 6,482 9/20/2023
1.0.148 1,599 9/19/2023
1.0.147 137 9/19/2023
1.0.146 134 9/19/2023
1.0.145 4,303 9/18/2023
1.0.144 148 9/18/2023
1.0.143 122 9/18/2023
1.0.142 2,216 9/15/2023
1.0.141 2,190 9/14/2023
1.0.140 3,736 9/1/2023
1.0.139 2,761 8/31/2023
1.0.138 146 8/31/2023
1.0.137 2,059 8/30/2023
1.0.136 169 8/30/2023
1.0.135 166 8/30/2023
1.0.134 1,710 8/29/2023
1.0.133 173 8/29/2023
1.0.132 3,837 8/28/2023
1.0.131 163 8/28/2023
1.0.130 2,535 8/25/2023
1.0.129 168 8/25/2023
1.0.128 148 8/25/2023
1.0.127 3,534 8/24/2023
1.0.126 173 8/24/2023
1.0.125 3,788 8/22/2023
1.0.124 1,724 8/21/2023
1.0.123 170 8/21/2023
1.0.122 1,939 8/18/2023
1.0.121 162 8/18/2023
1.0.120 144 8/18/2023
1.0.119 2,654 8/17/2023
1.0.118 141 8/17/2023
1.0.117 164 8/17/2023
1.0.116 130 8/17/2023
1.0.115 7,743 8/11/2023
1.0.114 2,383 8/10/2023
1.0.113 164 8/10/2023
1.0.112 3,215 8/9/2023
1.0.111 190 8/9/2023
1.0.110 1,457 8/8/2023
1.0.109 200 8/8/2023
1.0.108 169 8/8/2023
1.0.107 3,729 8/7/2023
1.0.106 181 8/7/2023
1.0.105 167 8/7/2023
1.0.104 184 8/7/2023
1.0.103 7,307 7/14/2023
1.0.102 2,452 7/13/2023
1.0.101 2,428 7/12/2023
1.0.100 2,206 7/11/2023
1.0.99 181 7/11/2023
1.0.98 3,092 7/10/2023
1.0.97 188 7/10/2023
1.0.96 180 7/10/2023
1.0.95 2,636 7/7/2023
1.0.94 183 7/7/2023
1.0.93 189 7/7/2023
1.0.92 6,287 7/3/2023
1.0.91 2,713 6/30/2023
1.0.90 2,760 6/29/2023
1.0.89 201 6/29/2023
1.0.88 190 6/29/2023
1.0.87 2,343 6/28/2023
1.0.86 185 6/28/2023
1.0.85 192 6/28/2023
1.0.84 4,619 6/27/2023
1.0.83 182 6/27/2023
1.0.82 3,334 6/26/2023
1.0.81 187 6/26/2023
1.0.80 4,317 6/23/2023
1.0.79 3,016 6/22/2023
1.0.78 2,297 6/21/2023
1.0.77 3,787 6/19/2023
1.0.76 3,515 6/15/2023
1.0.75 173 6/15/2023
1.0.74 2,099 6/14/2023
1.0.73 6,228 6/12/2023
1.0.72 2,087 6/9/2023
1.0.71 190 6/9/2023
1.0.70 3,521 6/8/2023
1.0.69 178 6/8/2023
1.0.68 178 6/8/2023
1.0.67 4,547 6/7/2023
1.0.66 190 6/7/2023
1.0.65 177 6/7/2023
1.0.64 178 6/7/2023
1.0.63 2,623 6/6/2023
1.0.62 196 6/6/2023
1.0.61 190 6/6/2023
1.0.60 20,475 5/30/2023
1.0.59 188 5/30/2023
1.0.58 183 5/30/2023
1.0.57 4,773 5/29/2023
1.0.56 186 5/29/2023
1.0.55 195 5/29/2023
1.0.54 3,977 5/26/2023
1.0.53 192 5/26/2023
1.0.52 210 5/26/2023
1.0.51 6,412 5/25/2023
1.0.50 192 5/25/2023
1.0.49 193 5/25/2023
1.0.48 2,860 5/24/2023
1.0.46 197 5/24/2023
1.0.45 197 5/24/2023
1.0.43 3,567 5/23/2023
1.0.42 5,551 5/22/2023
1.0.41 207 5/22/2023
1.0.40 5,573 5/18/2023
1.0.39 3,736 5/17/2023
1.0.38 170 5/17/2023
1.0.37 248 5/17/2023
1.0.36 10,684 4/25/2023
1.0.35 1,331 4/24/2023
1.0.34 1,935 4/21/2023
1.0.33 224 4/21/2023
1.0.32 1,746 4/20/2023
1.0.31 2,357 4/19/2023
1.0.30 1,063 4/18/2023
1.0.29 1,694 4/17/2023
1.0.28 1,229 4/14/2023
1.0.27 1,218 4/13/2023
1.0.26 1,235 4/12/2023
1.0.25 1,540 4/11/2023
1.0.24 297 4/11/2023
1.0.23 1,700 4/10/2023
1.0.22 2,473 4/4/2023
1.0.21 210 4/4/2023
1.0.20 995 4/3/2023
1.0.19 244 4/3/2023
1.0.18 257 4/3/2023
1.0.17 247 4/3/2023
1.0.16 234 4/3/2023
1.0.15 241 4/3/2023
1.0.14 242 4/3/2023
1.0.13 235 4/3/2023
1.0.12 232 4/3/2023
1.0.11 2,080 3/23/2023
1.0.10 570 3/13/2023
1.0.9 326 3/12/2023
1.0.8 261 3/11/2023
1.0.7 252 3/10/2023
1.0.5 435 2/22/2023
1.0.4 482 2/19/2023
1.0.3 466 2/18/2023
1.0.1 393 2/12/2023