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 323 11/20/2024
3.0.861 31 11/20/2024
3.0.860 1,840 11/20/2024
3.0.859 171 11/20/2024
3.0.858 47 11/20/2024
3.0.857 27 11/20/2024
3.0.856 208 11/20/2024
3.0.855 175 11/20/2024
3.0.854 258 11/20/2024
3.0.853 209 11/19/2024
3.0.852 29 11/19/2024
3.0.851 29 11/19/2024
3.0.850 550 11/19/2024
3.0.849 28 11/19/2024
3.0.848 1,787 11/19/2024
3.0.847 422 11/19/2024
3.0.846 24 11/19/2024
3.0.845 1,833 11/19/2024
3.0.844 36 11/19/2024
3.0.843 39 11/19/2024
3.0.842 5,820 11/14/2024
3.0.841 110 11/14/2024
3.0.840 923 11/14/2024
3.0.839 856 11/14/2024
3.0.838 63 11/14/2024
3.0.837 772 11/14/2024
3.0.836 59 11/14/2024
3.0.835 2,520 11/14/2024
3.0.834 62 11/14/2024
3.0.833 62 11/14/2024
3.0.832 613 11/14/2024
3.0.831 61 11/14/2024
3.0.830 64 11/14/2024
3.0.829 68 11/14/2024
3.0.828 57 11/14/2024
3.0.827 67 11/14/2024
2.1.826 1,846 11/13/2024
2.1.825 8,351 11/13/2024
2.1.824 60 11/13/2024
2.1.823 1,055 11/13/2024
2.1.822 65 11/13/2024
2.1.821 1,103 11/12/2024
2.1.820 64 11/12/2024
2.1.819 914 11/12/2024
2.1.818 6,690 11/9/2024
2.1.817 375 11/9/2024
2.1.816 82 11/9/2024
2.1.815 70 11/9/2024
2.1.814 1,233 11/9/2024
2.1.813 665 11/8/2024
2.1.812 64 11/8/2024
2.1.811 1,072 11/8/2024
2.1.810 65 11/8/2024
2.1.809 107 11/8/2024
2.1.808 62 11/8/2024
2.1.807 203 11/8/2024
2.1.806 3,038 11/8/2024
2.1.805 58 11/8/2024
2.1.804 3,469 11/8/2024
2.1.803 66 11/8/2024
2.1.802 11,356 11/1/2024
2.1.801 544 10/31/2024
2.1.800 4,463 10/29/2024
2.1.799 349 10/29/2024
2.1.798 841 10/29/2024
2.1.797 101 10/29/2024
2.1.796 1,594 10/29/2024
2.1.795 61 10/29/2024
2.1.794 6,074 10/28/2024
2.1.793 65 10/28/2024
2.1.792 2,091 10/28/2024
2.1.791 4,250 10/26/2024
2.1.790 65 10/26/2024
2.1.789 4,330 10/22/2024
2.1.788 872 10/22/2024
2.1.787 587 10/22/2024
2.1.786 77 10/22/2024
2.1.785 71 10/22/2024
2.1.784 2,495 10/22/2024
2.1.783 5,242 10/17/2024
2.1.782 1,995 10/17/2024
2.1.781 3,245 10/15/2024
2.1.780 445 10/14/2024
2.1.779 77 10/14/2024
2.1.778 5,233 10/11/2024
2.1.777 1,936 10/11/2024
2.1.776 74 10/11/2024
2.1.775 1,529 10/11/2024
2.1.774 5,531 10/9/2024
2.1.773 1,725 10/9/2024
2.1.772 415 10/8/2024
2.1.771 80 10/8/2024
2.1.770 1,472 10/8/2024
2.1.769 88 10/8/2024
2.1.768 4,315 10/8/2024
2.1.767 382 10/8/2024
2.1.766 7,216 10/3/2024
2.1.765 72 10/3/2024
2.1.764 1,485 10/3/2024
2.1.763 592 10/3/2024
2.1.762 76 10/3/2024
2.1.761 5,926 10/2/2024
2.1.760 442 10/2/2024
2.1.759 1,636 10/2/2024
2.1.758 81 10/2/2024
2.1.757 3,719 10/1/2024
2.1.756 3,805 10/1/2024
2.1.755 72 10/1/2024
2.1.754 535 10/1/2024
2.1.753 3,239 10/1/2024
2.1.752 246 10/1/2024
2.1.751 393 9/30/2024
2.1.750 2,601 9/30/2024
2.1.749 2,862 9/29/2024
2.1.748 1,720 9/29/2024
2.1.747 73 9/29/2024
2.1.746 469 9/29/2024
2.1.745 1,047 9/29/2024
2.1.744 80 9/29/2024
2.1.743 4,377 9/27/2024
2.1.742 507 9/27/2024
2.1.741 2,226 9/27/2024
2.1.740 79 9/27/2024
2.1.739 310 9/27/2024
2.1.738 512 9/27/2024
2.1.737 100 9/27/2024
2.1.736 77 9/27/2024
2.1.735 4,471 9/27/2024
2.1.734 3,618 9/26/2024
2.1.733 352 9/26/2024
2.1.732 5,915 9/26/2024
2.1.731 120 9/26/2024
2.1.730 1,371 9/26/2024
2.1.729 2,097 9/26/2024
2.1.728 6,837 9/23/2024
2.1.727 449 9/23/2024
2.1.726 753 9/23/2024
2.1.725 931 9/23/2024
2.1.724 1,027 9/23/2024
2.1.723 85 9/23/2024
2.1.722 3,494 9/23/2024
2.1.721 79 9/23/2024
2.1.720 3,036 9/23/2024
2.1.719 83 9/23/2024
2.1.718 725 9/23/2024
2.1.717 81 9/23/2024
2.1.716 80 9/23/2024
2.1.715 845 9/23/2024
2.1.714 77 9/23/2024
2.1.713 84 9/23/2024
2.1.712 2,706 9/23/2024
2.1.711 78 9/23/2024
2.1.710 6,392 9/18/2024
2.1.709 943 9/17/2024
2.1.708 747 9/17/2024
2.1.707 88 9/17/2024
2.1.706 400 9/17/2024
2.1.705 977 9/17/2024
2.1.704 212 9/17/2024
2.1.703 1,971 9/17/2024
2.1.702 94 9/17/2024
2.1.701 2,730 9/17/2024
2.1.700 1,931 9/17/2024
2.1.699 1,120 9/17/2024
2.1.698 1,864 9/17/2024
2.1.697 9,840 9/16/2024
2.1.696 87 9/16/2024
2.1.695 4,093 9/12/2024
2.1.694 96 9/12/2024
2.1.693 969 9/11/2024
2.1.692 170 9/11/2024
2.1.690 5,334 9/11/2024
2.1.689 296 9/11/2024
2.1.688 1,648 9/11/2024
2.1.687 3,259 9/11/2024
2.1.686 7,846 9/10/2024
2.1.685 350 9/10/2024
2.1.684 597 9/10/2024
2.1.683 401 9/10/2024
2.1.682 90 9/10/2024
2.1.681 586 9/9/2024
2.1.680 92 9/9/2024
2.1.679 310 9/9/2024
2.1.678 3,359 9/9/2024
2.1.677 76 9/9/2024
2.1.676 742 9/9/2024
2.1.675 118 9/9/2024
2.1.674 512 9/9/2024
2.1.673 3,606 9/9/2024
2.1.672 89 9/9/2024
2.1.671 210 9/9/2024
2.1.670 87 9/9/2024
2.1.669 83 9/9/2024
2.1.668 10,501 9/7/2024
2.1.667 1,792 9/6/2024
2.1.666 4,658 9/6/2024
2.1.665 87 9/6/2024
2.1.664 1,808 9/5/2024
2.1.663 1,079 9/5/2024
2.1.662 73 9/5/2024
2.1.661 86 9/5/2024
2.1.660 2,057 9/5/2024
2.1.659 2,330 9/5/2024
2.1.658 101 9/5/2024
2.1.657 89 9/5/2024
2.1.656 545 9/5/2024
2.1.655 97 9/5/2024
2.1.654 98 9/5/2024
2.1.653 4,455 9/5/2024
2.1.652 97 9/5/2024
2.1.651 3,545 9/4/2024
2.1.650 3,743 9/4/2024
2.1.649 4,050 9/3/2024
2.1.648 92 9/3/2024
2.1.647 2,964 9/3/2024
2.1.646 83 9/3/2024
2.1.645 2,142 9/3/2024
2.1.644 1,401 9/3/2024
2.1.643 70 9/3/2024
2.1.642 4,652 8/29/2024
2.1.641 85 8/29/2024
2.1.640 4,505 8/26/2024
2.1.639 1,117 8/26/2024
2.1.638 4,176 8/21/2024
2.1.637 223 8/21/2024
2.1.636 1,450 8/21/2024
2.1.635 118 8/21/2024
2.1.634 976 8/20/2024
2.1.633 106 8/20/2024
2.1.632 123 8/20/2024
2.1.631 2,055 8/20/2024
2.1.630 1,119 8/20/2024
2.1.629 104 8/20/2024
2.1.628 87 8/20/2024
2.1.627 99 8/20/2024
2.1.626 2,356 8/20/2024
2.1.625 103 8/20/2024
2.1.624 4,344 8/20/2024
2.1.623 2,137 8/19/2024
2.1.622 4,696 8/15/2024
2.1.621 637 8/15/2024
2.1.620 5,931 8/13/2024
2.1.619 571 8/13/2024
2.1.618 4,786 8/7/2024
2.1.617 386 8/6/2024
2.1.616 2,866 8/6/2024
2.1.615 71 8/6/2024
2.1.614 3,535 8/1/2024
2.1.613 471 8/1/2024
2.1.611 301 8/1/2024
2.1.610 266 8/1/2024
2.1.609 6,617 7/25/2024
2.1.608 254 7/25/2024
2.1.607 477 7/25/2024
2.1.606 83 7/25/2024
2.1.605 660 7/25/2024
2.1.604 67 7/25/2024
2.1.603 137 7/24/2024
2.1.602 381 7/24/2024
2.1.601 190 7/24/2024
2.1.600 1,025 7/24/2024
2.1.599 2,460 7/24/2024
2.1.598 1,807 7/20/2024
2.1.597 3,993 7/20/2024
2.1.596 5,184 7/14/2024
2.1.595 84 7/14/2024
2.1.594 2,838 7/14/2024
2.1.593 69 7/14/2024
2.1.592 448 7/14/2024
2.1.591 3,801 7/10/2024
2.1.590 252 7/10/2024
2.1.589 603 7/10/2024
2.1.588 68 7/10/2024
2.1.587 2,095 7/10/2024
2.1.586 65 7/10/2024
2.1.585 58 7/10/2024
2.1.584 59 7/10/2024
2.1.583 1,001 7/10/2024
2.1.582 59 7/10/2024
2.1.581 131 7/10/2024
2.1.580 73 7/10/2024
2.1.579 69 7/10/2024
2.1.578 913 7/10/2024
2.1.577 74 7/10/2024
2.1.576 838 7/10/2024
2.1.575 82 7/10/2024
2.1.574 74 7/10/2024
2.1.573 509 7/9/2024
2.1.572 76 7/9/2024
2.1.569 780 7/9/2024
2.1.568 64 7/9/2024
2.1.567 686 7/9/2024
2.1.566 73 7/9/2024
2.1.565 4,723 7/9/2024
2.1.564 79 7/9/2024
2.1.563 84 7/9/2024
2.1.562 4,825 7/9/2024
2.1.561 68 7/9/2024
2.1.560 76 7/9/2024
2.1.559 1,378 7/9/2024
2.1.558 359 7/9/2024
2.1.557 80 7/9/2024
2.1.556 2,602 7/8/2024
2.1.555 79 7/8/2024
2.1.554 78 7/8/2024
2.1.553 499 7/8/2024
2.1.552 78 7/8/2024
2.1.551 68 7/8/2024
2.1.550 5,255 7/8/2024
2.1.549 78 7/8/2024
2.1.548 156 7/8/2024
2.1.547 2,207 7/7/2024
2.1.546 1,677 7/7/2024
2.1.545 80 7/7/2024
2.1.544 504 7/7/2024
2.1.543 73 7/7/2024
2.1.542 1,008 7/7/2024
2.1.541 254 7/7/2024
2.1.540 78 7/7/2024
2.1.539 74 7/7/2024
2.1.538 1,521 7/7/2024
2.1.537 5,847 7/4/2024
2.1.536 929 7/3/2024
2.1.535 1,661 7/3/2024
2.1.534 2,009 7/3/2024
2.1.533 80 7/3/2024
2.1.532 637 7/3/2024
2.1.531 2,472 7/3/2024
2.1.530 653 7/3/2024
2.1.529 2,212 6/30/2024
2.1.528 1,487 6/28/2024
2.1.527 4,997 6/22/2024
2.1.526 89 6/22/2024
2.1.525 5,733 6/15/2024
2.1.524 82 6/15/2024
2.1.523 2,099 6/15/2024
2.1.522 3,465 6/14/2024
2.1.521 91 6/14/2024
2.1.520 1,656 6/14/2024
2.1.519 2,188 6/12/2024
2.1.518 4,309 6/1/2024
2.1.517 496 6/1/2024
2.1.516 844 6/1/2024
2.1.515 446 6/1/2024
2.1.514 90 6/1/2024
2.1.513 1,601 6/1/2024
2.1.512 4,325 5/31/2024
2.1.511 92 5/31/2024
2.1.510 3,834 5/29/2024
2.1.509 84 5/29/2024
2.1.508 4,601 5/28/2024
2.1.507 69 5/28/2024
2.1.506 2,704 5/27/2024
2.1.505 67 5/27/2024
2.1.504 69 5/27/2024
2.1.503 1,222 5/27/2024
2.1.502 3,195 5/26/2024
2.1.501 74 5/26/2024
2.1.500 4,607 5/26/2024
2.1.499 77 5/26/2024
2.1.498 1,179 5/26/2024
2.1.497 199 5/25/2024
2.1.496 77 5/25/2024
2.1.495 1,230 5/25/2024
2.1.494 84 5/25/2024
2.1.493 82 5/25/2024
2.1.492 77 5/25/2024
2.1.491 1,880 5/25/2024
2.1.490 78 5/25/2024
2.1.489 84 5/25/2024
2.1.488 1,092 5/25/2024
2.1.487 72 5/25/2024
2.1.486 84 5/25/2024
2.1.485 968 5/25/2024
2.1.484 79 5/25/2024
2.1.483 76 5/25/2024
2.1.482 6,171 5/23/2024
2.1.481 451 5/23/2024
2.1.480 1,639 5/23/2024
2.1.479 80 5/23/2024
2.1.478 1,221 5/23/2024
2.1.477 73 5/23/2024
2.1.476 90 5/22/2024
2.1.475 83 5/22/2024
2.1.474 77 5/22/2024
2.1.473 1,705 5/22/2024
2.1.472 78 5/22/2024
2.1.471 76 5/22/2024
2.1.470 969 5/22/2024
2.1.469 82 5/22/2024
2.1.468 3,955 5/22/2024
2.1.467 3,546 5/18/2024
2.1.466 129 5/18/2024
2.1.465 970 5/17/2024
2.1.464 97 5/17/2024
2.1.463 1,684 5/17/2024
2.1.462 104 5/17/2024
2.1.461 101 5/17/2024
2.1.460 3,217 5/16/2024
2.1.459 189 5/16/2024
2.1.458 95 5/16/2024
2.1.457 1,534 5/15/2024
2.1.456 1,183 5/15/2024
2.1.455 103 5/15/2024
2.1.454 5,122 5/13/2024
2.1.453 71 5/13/2024
2.1.452 3,232 5/3/2024
2.1.451 2,897 4/30/2024
2.1.450 368 4/29/2024
2.1.449 1,575 4/29/2024
2.1.448 102 4/29/2024
2.1.447 3,288 4/29/2024
2.1.446 98 4/28/2024
2.1.445 95 4/28/2024
2.1.444 474 4/28/2024
2.1.443 110 4/28/2024
2.1.442 1,627 4/28/2024
2.1.441 101 4/28/2024
2.1.440 91 4/28/2024
2.1.439 3,203 4/28/2024
2.1.438 99 4/28/2024
2.1.437 1,651 4/28/2024
2.1.436 105 4/28/2024
2.1.435 106 4/28/2024
2.1.434 443 4/28/2024
2.1.433 96 4/28/2024
2.1.432 94 4/28/2024
2.1.431 2,551 4/27/2024
2.1.430 107 4/27/2024
2.1.429 6,206 4/19/2024
2.1.428 103 4/19/2024
2.1.427 3,476 4/19/2024
2.1.426 841 4/18/2024
2.1.425 3,710 4/15/2024
2.1.424 2,383 4/12/2024
2.1.423 1,772 4/12/2024
2.1.422 1,471 4/12/2024
2.1.421 92 4/12/2024
2.1.420 1,931 4/12/2024
2.1.419 116 4/12/2024
2.1.418 694 4/12/2024
2.1.417 577 4/11/2024
2.1.416 7,389 4/10/2024
2.1.415 101 4/10/2024
2.1.414 2,133 4/9/2024
2.1.413 3,522 4/2/2024
2.1.412 111 4/2/2024
2.1.411 322 4/1/2024
2.1.410 100 4/1/2024
2.1.409 222 4/1/2024
2.1.408 5,626 3/29/2024
2.1.407 1,182 3/29/2024
2.1.406 3,002 3/25/2024
2.1.405 105 3/25/2024
2.1.404 796 3/25/2024
2.1.403 1,435 3/25/2024
2.1.402 3,687 3/20/2024
2.1.401 112 3/20/2024
2.1.400 3,622 3/19/2024
2.1.399 118 3/19/2024
2.1.398 1,655 3/19/2024
2.1.397 120 3/19/2024
2.1.396 1,305 3/19/2024
2.1.395 1,403 3/18/2024
2.1.394 936 3/18/2024
2.1.393 4,105 3/15/2024
2.1.392 115 3/15/2024
2.1.391 3,583 3/13/2024
2.1.390 546 3/13/2024
2.1.389 416 3/13/2024
2.1.388 111 3/13/2024
2.1.387 1,535 3/13/2024
2.1.386 327 3/13/2024
2.1.385 112 3/13/2024
2.1.384 120 3/13/2024
2.1.383 2,788 3/13/2024
2.1.382 115 3/13/2024
2.1.381 194 3/12/2024
2.1.380 109 3/12/2024
2.1.379 2,748 3/12/2024
2.1.378 109 3/12/2024
2.1.377 3,976 3/11/2024
2.1.376 341 3/11/2024
2.1.375 3,300 3/11/2024
2.1.374 194 3/11/2024
2.1.373 2,820 3/10/2024
2.1.372 1,359 3/10/2024
2.1.371 3,234 3/8/2024
2.1.370 123 3/8/2024
2.1.369 1,806 3/8/2024
2.1.368 1,299 3/8/2024
2.1.367 104 3/8/2024
2.1.366 2,017 3/8/2024
2.1.365 2,026 3/6/2024
2.1.364 379 3/6/2024
2.1.363 3,523 3/4/2024
2.1.362 114 3/4/2024
2.1.361 1,706 3/4/2024
2.1.360 113 3/4/2024
2.1.359 2,264 3/3/2024
2.1.358 2,137 3/3/2024
2.1.357 191 3/2/2024
2.1.356 117 3/2/2024
2.1.355 1,873 3/2/2024
2.1.354 116 3/2/2024
2.1.353 13,985 2/25/2024
2.1.352 1,199 2/25/2024
2.1.351 109 2/25/2024
2.1.350 429 2/25/2024
2.1.349 1,804 2/25/2024
2.1.348 1,688 2/23/2024
2.1.347 526 2/23/2024
2.1.346 3,691 2/22/2024
2.1.345 101 2/22/2024
2.1.344 771 2/22/2024
2.1.343 182 2/22/2024
2.1.342 108 2/22/2024
2.1.341 2,164 2/21/2024
2.1.340 108 2/21/2024
2.1.339 1,943 2/21/2024
2.1.338 112 2/21/2024
2.1.337 105 2/21/2024
2.1.336 105 2/21/2024
2.1.335 1,896 2/21/2024
2.1.334 699 2/21/2024
2.1.333 98 2/21/2024
2.1.332 96 2/21/2024
2.1.331 1,709 2/21/2024
2.1.330 1,895 2/21/2024
2.1.329 103 2/21/2024
2.1.328 100 2/21/2024
2.1.327 118 2/21/2024
2.1.326 2,507 2/20/2024
2.1.325 105 2/20/2024
2.1.324 2,105 2/20/2024
2.1.323 106 2/20/2024
2.1.322 1,967 2/20/2024
2.1.321 103 2/20/2024
2.1.320 103 2/20/2024
2.1.319 865 2/20/2024
2.1.318 277 2/19/2024
2.1.317 3,277 2/19/2024
2.1.316 106 2/19/2024
2.1.315 2,195 2/19/2024
2.1.314 2,458 2/17/2024
2.1.313 104 2/17/2024
2.1.312 1,420 2/17/2024
2.1.311 99 2/17/2024
2.1.310 275 2/17/2024
2.1.309 831 2/16/2024
2.1.308 95 2/16/2024
2.1.307 95 2/16/2024
2.1.306 145 2/16/2024
2.1.305 100 2/16/2024
2.1.304 2,067 2/16/2024
2.1.303 98 2/16/2024
2.1.302 2,604 2/16/2024
2.1.301 101 2/16/2024
2.1.300 100 2/16/2024
2.1.299 235 2/16/2024
2.1.298 103 2/16/2024
2.1.297 1,255 2/16/2024
2.1.296 98 2/16/2024
2.1.295 3,621 2/14/2024
2.1.294 1,513 2/13/2024
2.1.293 101 2/13/2024
2.1.292 1,413 2/13/2024
2.1.291 1,700 2/13/2024
2.1.290 951 2/13/2024
2.1.289 108 2/13/2024
2.1.288 1,868 2/13/2024
2.1.287 1,176 2/13/2024
2.1.286 117 2/13/2024
2.1.285 3,159 2/12/2024
2.1.284 108 2/12/2024
2.1.283 1,787 2/11/2024
2.1.282 2,043 2/11/2024
2.1.281 106 2/11/2024
2.1.280 1,934 2/11/2024
2.1.279 1,317 2/11/2024
2.1.278 3,496 2/10/2024
2.1.277 336 2/10/2024
2.1.276 109 2/10/2024
2.1.275 1,148 2/9/2024
2.1.274 2,926 2/9/2024
2.1.273 107 2/9/2024
2.1.272 2,292 2/9/2024
2.1.271 615 2/9/2024
2.1.270 126 2/8/2024
2.1.269 104 2/8/2024
2.1.268 3,258 2/8/2024
2.1.267 114 2/8/2024
2.1.266 571 2/8/2024
2.1.265 7,674 2/8/2024
2.1.264 1,347 2/8/2024
2.1.263 111 2/8/2024
2.1.262 4,082 2/7/2024
2.1.261 120 2/7/2024
2.1.260 858 2/7/2024
2.1.259 1,973 2/7/2024
2.1.258 583 2/7/2024
2.1.257 118 2/7/2024
2.1.256 118 2/7/2024
2.1.255 223 2/7/2024
2.1.254 109 2/7/2024
2.1.253 108 2/7/2024
2.1.252 620 2/6/2024
2.1.251 110 2/6/2024
2.1.250 968 2/6/2024
2.1.249 115 2/6/2024
2.1.248 115 2/6/2024
2.1.247 125 2/6/2024
2.1.246 6,142 2/5/2024
2.1.245 204 2/5/2024
2.1.244 1,586 2/4/2024
2.1.243 1,833 2/4/2024
2.1.242 673 2/4/2024
2.1.241 3,336 2/2/2024
2.1.240 110 2/2/2024
2.1.239 4,377 1/31/2024
2.1.238 105 1/31/2024
2.1.237 4,534 1/29/2024
2.1.236 100 1/29/2024
2.1.235 1,983 1/29/2024
2.1.234 101 1/29/2024
2.1.233 1,018 1/29/2024
2.1.232 103 1/29/2024
2.1.231 1,690 1/28/2024
2.1.230 1,900 1/28/2024
2.1.229 108 1/28/2024
2.1.228 1,211 1/28/2024
2.1.227 1,937 1/28/2024
2.1.226 108 1/28/2024
2.1.225 1,991 1/28/2024
2.1.224 106 1/28/2024
2.1.223 428 1/28/2024
2.1.222 1,785 1/27/2024
2.1.221 103 1/27/2024
2.1.220 365 1/27/2024
2.1.219 3,159 1/27/2024
2.1.218 965 1/27/2024
2.1.217 99 1/27/2024
2.1.216 623 1/27/2024
2.1.215 103 1/27/2024
2.1.214 3,956 1/27/2024
2.1.213 1,902 1/27/2024
2.1.212 107 1/27/2024
2.1.211 1,126 1/26/2024
2.1.210 101 1/26/2024
2.1.209 1,078 1/26/2024
2.1.208 99 1/26/2024
2.1.207 791 1/26/2024
2.1.206 478 1/26/2024
2.1.205 3,249 1/26/2024
2.1.204 100 1/26/2024
2.1.203 2,056 1/26/2024
2.1.202 98 1/26/2024
2.1.201 2,438 1/25/2024
2.1.200 95 1/25/2024
2.1.199 1,839 1/25/2024
2.1.198 271 1/25/2024
2.1.197 101 1/25/2024
2.1.196 4,608 1/25/2024
2.1.195 100 1/25/2024
2.1.194 4,694 1/19/2024
2.1.193 109 1/19/2024
2.1.192 4,005 1/16/2024
2.1.191 1,728 1/15/2024
2.1.190 114 1/15/2024
2.1.189 335 1/15/2024
2.1.188 108 1/15/2024
2.1.187 111 1/15/2024
2.1.186 2,145 1/15/2024
2.1.185 115 1/15/2024
2.1.184 1,903 1/15/2024
2.1.183 112 1/15/2024
2.1.182 109 1/15/2024
2.1.181 3,584 1/15/2024
2.1.180 120 1/15/2024
2.1.179 3,444 1/14/2024
2.1.178 116 1/14/2024
2.1.177 4,636 1/13/2024
2.1.176 133 1/13/2024
2.1.175 3,279 1/12/2024
2.1.174 109 1/12/2024
2.1.173 3,841 1/11/2024
2.1.172 511 1/11/2024
2.1.171 4,878 1/7/2024
2.1.170 120 1/7/2024
2.1.169 1,225 1/7/2024
2.1.168 3,092 1/5/2024
2.1.167 1,538 1/5/2024
2.1.166 116 1/5/2024
2.1.165 94 1/5/2024
2.1.164 107 1/5/2024
2.1.163 1,796 1/5/2024
2.1.162 109 1/5/2024
2.1.161 114 1/5/2024
2.1.160 110 1/5/2024
2.1.159 5,207 1/3/2024
2.1.158 2,898 1/1/2024
2.1.157 130 1/1/2024
2.1.156 1,567 1/1/2024
2.1.155 2,354 12/28/2023
2.1.154 700 12/28/2023
2.1.153 139 12/28/2023
2.1.152 213 12/28/2023
2.1.151 125 12/28/2023
2.1.150 131 12/28/2023
2.1.149 2,892 12/28/2023
2.1.148 133 12/28/2023
2.1.147 837 12/28/2023
2.1.146 123 12/28/2023
2.1.145 125 12/28/2023
2.1.144 813 12/27/2023
2.1.143 135 12/27/2023
2.1.142 2,269 12/27/2023
2.1.141 134 12/27/2023
2.1.140 4,595 12/25/2023
2.1.139 128 12/25/2023
2.1.138 1,628 12/25/2023
2.1.137 2,162 12/25/2023
2.1.136 116 12/25/2023
2.1.135 120 12/25/2023
2.1.134 1,627 12/25/2023
2.1.133 127 12/25/2023
2.1.132 119 12/25/2023
2.1.131 221 12/25/2023
2.1.130 133 12/25/2023
2.1.129 4,976 12/24/2023
2.1.128 1,542 12/24/2023
2.1.127 501 12/24/2023
2.1.126 2,176 12/23/2023
2.1.125 1,517 12/23/2023
2.1.124 607 12/23/2023
2.1.123 124 12/23/2023
2.1.122 106 12/23/2023
2.1.121 340 12/23/2023
2.1.120 120 12/23/2023
2.1.119 119 12/23/2023
2.1.118 118 12/23/2023
2.1.117 923 12/23/2023
2.1.116 123 12/23/2023
2.1.115 1,462 12/23/2023
2.1.114 126 12/23/2023
2.1.113 6,817 12/19/2023
2.1.112 103 12/19/2023
2.1.111 857 12/19/2023
2.1.110 113 12/19/2023
2.1.109 1,454 12/19/2023
2.1.108 344 12/18/2023
2.1.107 2,490 12/13/2023
2.1.106 921 12/12/2023
2.1.105 1,107 12/11/2023
2.1.104 1,280 12/11/2023
2.1.103 329 12/11/2023
2.1.102 476 12/11/2023
2.1.101 276 12/10/2023
2.1.100 110 12/10/2023
2.1.99 131 12/10/2023
2.1.98 139 12/10/2023
2.1.97 4,638 12/10/2023
2.1.96 3,239 12/10/2023
2.1.95 1,020 12/9/2023
2.1.94 1,019 12/9/2023
2.1.93 1,556 12/9/2023
2.1.92 142 12/9/2023
2.1.91 135 12/9/2023
2.1.90 115 12/9/2023
2.1.89 121 12/9/2023
2.1.88 1,253 12/9/2023
2.1.87 123 12/9/2023
2.1.86 3,355 12/9/2023
2.1.85 129 12/9/2023
2.1.84 5,174 12/6/2023
2.1.83 647 12/6/2023
2.1.82 937 12/6/2023
2.1.81 132 12/6/2023
2.1.80 2,246 12/6/2023
2.1.79 653 12/5/2023
2.1.78 1,230 12/5/2023
2.1.77 720 12/5/2023
2.1.76 1,228 12/5/2023
2.1.75 1,362 12/5/2023
2.1.74 365 12/5/2023
2.1.73 234 12/4/2023
2.1.72 148 12/4/2023
2.1.71 132 12/4/2023
2.1.70 3,723 12/4/2023
2.1.69 151 12/4/2023
2.1.68 823 12/4/2023
2.1.67 134 12/4/2023
2.1.66 3,916 12/4/2023
2.1.65 2,245 11/27/2023
2.1.64 577 11/27/2023
2.1.63 2,448 11/23/2023
2.1.62 136 11/23/2023
2.1.61 605 11/23/2023
2.1.60 680 11/23/2023
2.1.59 133 11/23/2023
2.1.58 1,524 11/23/2023
2.1.57 140 11/23/2023
2.1.56 138 11/23/2023
2.1.55 124 11/23/2023
2.1.54 1,556 11/23/2023
2.1.53 142 11/23/2023
2.1.52 4,273 11/20/2023
2.1.51 137 11/20/2023
2.1.50 2,717 11/20/2023
2.1.49 125 11/20/2023
2.1.48 126 11/20/2023
2.1.47 1,941 11/20/2023
2.1.46 2,132 11/19/2023
2.1.45 119 11/19/2023
2.1.44 1,825 11/19/2023
2.1.43 262 11/19/2023
2.1.42 126 11/19/2023
2.1.41 135 11/19/2023
2.1.40 134 11/19/2023
2.1.39 3,344 11/19/2023
2.1.38 112 11/19/2023
2.1.37 3,612 11/18/2023
2.1.36 130 11/18/2023
2.1.35 139 11/18/2023
2.1.34 2,892 11/18/2023
2.1.33 134 11/18/2023
2.1.32 138 11/18/2023
2.1.31 510 11/18/2023
2.1.30 128 11/18/2023
2.1.29 112 11/18/2023
2.1.28 134 11/18/2023
2.1.27 1,395 11/17/2023
2.1.26 114 11/17/2023
2.1.25 1,665 11/17/2023
2.1.24 131 11/17/2023
2.1.23 138 11/17/2023
2.1.22 301 11/17/2023
2.1.21 134 11/17/2023
2.1.20 132 11/17/2023
2.1.19 3,171 11/17/2023
2.1.18 128 11/17/2023
2.1.17 1,340 11/17/2023
2.1.16 137 11/17/2023
2.1.15 1,318 11/17/2023
2.1.14 128 11/17/2023
2.1.13 123 11/17/2023
2.1.12 849 11/17/2023
2.1.11 125 11/17/2023
2.1.10 101 11/17/2023
2.1.9 2,516 11/17/2023
2.1.8 537 11/17/2023
2.1.7 133 11/17/2023
2.1.6 1,124 11/16/2023
2.1.5 128 11/16/2023
2.0.196 2,275 11/15/2023
2.0.195 132 11/15/2023
2.0.194 135 11/15/2023
2.0.193 138 11/15/2023
2.0.4 118 11/16/2023
2.0.3 119 11/16/2023
2.0.2 128 11/16/2023
2.0.1 126 11/16/2023
1.0.192 1,726 11/14/2023
1.0.191 134 11/14/2023
1.0.190 4,637 11/13/2023
1.0.189 125 11/13/2023
1.0.188 1,090 11/10/2023
1.0.187 113 11/10/2023
1.0.186 98 11/10/2023
1.0.185 2,309 11/9/2023
1.0.184 131 11/9/2023
1.0.183 115 11/9/2023
1.0.182 138 11/9/2023
1.0.181 3,883 11/8/2023
1.0.180 1,363 11/7/2023
1.0.179 135 11/7/2023
1.0.178 2,140 11/6/2023
1.0.177 112 11/6/2023
1.0.176 123 11/6/2023
1.0.175 2,044 11/3/2023
1.0.174 124 11/3/2023
1.0.173 137 11/3/2023
1.0.172 2,550 11/2/2023
1.0.171 133 11/2/2023
1.0.170 143 11/2/2023
1.0.169 1,896 11/1/2023
1.0.168 126 11/1/2023
1.0.167 7,847 10/27/2023
1.0.166 1,961 10/26/2023
1.0.165 3,857 10/20/2023
1.0.164 2,315 10/19/2023
1.0.163 121 10/19/2023
1.0.162 1,808 10/18/2023
1.0.161 145 10/18/2023
1.0.160 136 10/18/2023
1.0.159 2,210 10/17/2023
1.0.158 141 10/17/2023
1.0.157 150 10/17/2023
1.0.156 3,021 10/16/2023
1.0.155 144 10/16/2023
1.0.154 147 10/16/2023
1.0.153 3,011 10/13/2023
1.0.152 154 10/13/2023
1.0.151 140 10/13/2023
1.0.150 1,924 10/12/2023
1.0.149 6,480 9/20/2023
1.0.148 1,597 9/19/2023
1.0.147 135 9/19/2023
1.0.146 132 9/19/2023
1.0.145 4,301 9/18/2023
1.0.144 146 9/18/2023
1.0.143 120 9/18/2023
1.0.142 2,214 9/15/2023
1.0.141 2,188 9/14/2023
1.0.140 3,734 9/1/2023
1.0.139 2,759 8/31/2023
1.0.138 144 8/31/2023
1.0.137 2,057 8/30/2023
1.0.136 167 8/30/2023
1.0.135 164 8/30/2023
1.0.134 1,708 8/29/2023
1.0.133 171 8/29/2023
1.0.132 3,835 8/28/2023
1.0.131 161 8/28/2023
1.0.130 2,533 8/25/2023
1.0.129 166 8/25/2023
1.0.128 146 8/25/2023
1.0.127 3,532 8/24/2023
1.0.126 171 8/24/2023
1.0.125 3,786 8/22/2023
1.0.124 1,722 8/21/2023
1.0.123 168 8/21/2023
1.0.122 1,937 8/18/2023
1.0.121 160 8/18/2023
1.0.120 142 8/18/2023
1.0.119 2,652 8/17/2023
1.0.118 139 8/17/2023
1.0.117 162 8/17/2023
1.0.116 128 8/17/2023
1.0.115 7,741 8/11/2023
1.0.114 2,381 8/10/2023
1.0.113 162 8/10/2023
1.0.112 3,213 8/9/2023
1.0.111 188 8/9/2023
1.0.110 1,455 8/8/2023
1.0.109 198 8/8/2023
1.0.108 167 8/8/2023
1.0.107 3,727 8/7/2023
1.0.106 179 8/7/2023
1.0.105 165 8/7/2023
1.0.104 182 8/7/2023
1.0.103 7,305 7/14/2023
1.0.102 2,450 7/13/2023
1.0.101 2,426 7/12/2023
1.0.100 2,204 7/11/2023
1.0.99 179 7/11/2023
1.0.98 3,090 7/10/2023
1.0.97 186 7/10/2023
1.0.96 178 7/10/2023
1.0.95 2,634 7/7/2023
1.0.94 181 7/7/2023
1.0.93 187 7/7/2023
1.0.92 6,285 7/3/2023
1.0.91 2,711 6/30/2023
1.0.90 2,758 6/29/2023
1.0.89 199 6/29/2023
1.0.88 188 6/29/2023
1.0.87 2,341 6/28/2023
1.0.86 183 6/28/2023
1.0.85 190 6/28/2023
1.0.84 4,617 6/27/2023
1.0.83 180 6/27/2023
1.0.82 3,332 6/26/2023
1.0.81 185 6/26/2023
1.0.80 4,315 6/23/2023
1.0.79 3,014 6/22/2023
1.0.78 2,295 6/21/2023
1.0.77 3,785 6/19/2023
1.0.76 3,513 6/15/2023
1.0.75 171 6/15/2023
1.0.74 2,097 6/14/2023
1.0.73 6,226 6/12/2023
1.0.72 2,085 6/9/2023
1.0.71 188 6/9/2023
1.0.70 3,519 6/8/2023
1.0.69 176 6/8/2023
1.0.68 176 6/8/2023
1.0.67 4,545 6/7/2023
1.0.66 188 6/7/2023
1.0.65 175 6/7/2023
1.0.64 176 6/7/2023
1.0.63 2,621 6/6/2023
1.0.62 194 6/6/2023
1.0.61 188 6/6/2023
1.0.60 20,473 5/30/2023
1.0.59 186 5/30/2023
1.0.58 181 5/30/2023
1.0.57 4,771 5/29/2023
1.0.56 184 5/29/2023
1.0.55 193 5/29/2023
1.0.54 3,975 5/26/2023
1.0.53 190 5/26/2023
1.0.52 208 5/26/2023
1.0.51 6,410 5/25/2023
1.0.50 190 5/25/2023
1.0.49 191 5/25/2023
1.0.48 2,858 5/24/2023
1.0.46 195 5/24/2023
1.0.45 195 5/24/2023
1.0.43 3,565 5/23/2023
1.0.42 5,549 5/22/2023
1.0.41 205 5/22/2023
1.0.40 5,571 5/18/2023
1.0.39 3,734 5/17/2023
1.0.38 168 5/17/2023
1.0.37 246 5/17/2023
1.0.36 10,682 4/25/2023
1.0.35 1,327 4/24/2023
1.0.34 1,933 4/21/2023
1.0.33 222 4/21/2023
1.0.32 1,744 4/20/2023
1.0.31 2,355 4/19/2023
1.0.30 1,061 4/18/2023
1.0.29 1,692 4/17/2023
1.0.28 1,227 4/14/2023
1.0.27 1,216 4/13/2023
1.0.26 1,233 4/12/2023
1.0.25 1,538 4/11/2023
1.0.24 295 4/11/2023
1.0.23 1,698 4/10/2023
1.0.22 2,471 4/4/2023
1.0.21 206 4/4/2023
1.0.20 993 4/3/2023
1.0.19 242 4/3/2023
1.0.18 255 4/3/2023
1.0.17 245 4/3/2023
1.0.16 232 4/3/2023
1.0.15 239 4/3/2023
1.0.14 240 4/3/2023
1.0.13 233 4/3/2023
1.0.12 230 4/3/2023
1.0.11 2,078 3/23/2023
1.0.10 568 3/13/2023
1.0.9 324 3/12/2023
1.0.8 259 3/11/2023
1.0.7 250 3/10/2023
1.0.5 433 2/22/2023
1.0.4 480 2/19/2023
1.0.3 464 2/18/2023
1.0.1 391 2/12/2023