Soenneker.Utils.MemoryStream 2.1.754

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Utils.MemoryStream --version 2.1.754                
NuGet\Install-Package Soenneker.Utils.MemoryStream -Version 2.1.754                
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="2.1.754" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Utils.MemoryStream --version 2.1.754                
#r "nuget: Soenneker.Utils.MemoryStream, 2.1.754"                
#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=2.1.754

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

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 net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
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
2.1.802 3,257 11/1/2024
2.1.801 500 10/31/2024
2.1.800 4,072 10/29/2024
2.1.799 348 10/29/2024
2.1.798 840 10/29/2024
2.1.797 100 10/29/2024
2.1.796 1,593 10/29/2024
2.1.795 60 10/29/2024
2.1.794 5,959 10/28/2024
2.1.793 64 10/28/2024
2.1.792 2,037 10/28/2024
2.1.791 4,201 10/26/2024
2.1.790 64 10/26/2024
2.1.789 4,326 10/22/2024
2.1.788 868 10/22/2024
2.1.787 583 10/22/2024
2.1.786 73 10/22/2024
2.1.785 67 10/22/2024
2.1.784 2,485 10/22/2024
2.1.783 5,238 10/17/2024
2.1.782 1,992 10/17/2024
2.1.781 3,243 10/15/2024
2.1.780 438 10/14/2024
2.1.779 75 10/14/2024
2.1.778 5,220 10/11/2024
2.1.777 1,931 10/11/2024
2.1.776 72 10/11/2024
2.1.775 1,527 10/11/2024
2.1.774 5,528 10/9/2024
2.1.773 1,721 10/9/2024
2.1.772 413 10/8/2024
2.1.771 77 10/8/2024
2.1.770 1,465 10/8/2024
2.1.769 85 10/8/2024
2.1.768 4,312 10/8/2024
2.1.767 379 10/8/2024
2.1.766 7,214 10/3/2024
2.1.765 70 10/3/2024
2.1.764 1,483 10/3/2024
2.1.763 590 10/3/2024
2.1.762 74 10/3/2024
2.1.761 5,924 10/2/2024
2.1.760 440 10/2/2024
2.1.759 1,634 10/2/2024
2.1.758 79 10/2/2024
2.1.757 3,717 10/1/2024
2.1.756 3,803 10/1/2024
2.1.755 70 10/1/2024
2.1.754 533 10/1/2024
2.1.753 3,237 10/1/2024
2.1.752 244 10/1/2024
2.1.751 391 9/30/2024
2.1.750 2,601 9/30/2024
2.1.749 2,861 9/29/2024
2.1.748 1,719 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,346 9/27/2024
2.1.742 507 9/27/2024
2.1.741 2,225 9/27/2024
2.1.740 78 9/27/2024
2.1.739 309 9/27/2024
2.1.738 511 9/27/2024
2.1.737 100 9/27/2024
2.1.736 77 9/27/2024
2.1.735 4,470 9/27/2024
2.1.734 3,617 9/26/2024
2.1.733 350 9/26/2024
2.1.732 5,914 9/26/2024
2.1.731 119 9/26/2024
2.1.730 1,370 9/26/2024
2.1.729 2,095 9/26/2024
2.1.728 6,834 9/23/2024
2.1.727 448 9/23/2024
2.1.726 752 9/23/2024
2.1.725 930 9/23/2024
2.1.724 1,026 9/23/2024
2.1.723 84 9/23/2024
2.1.722 3,494 9/23/2024
2.1.721 78 9/23/2024
2.1.720 3,035 9/23/2024
2.1.719 82 9/23/2024
2.1.718 724 9/23/2024
2.1.717 80 9/23/2024
2.1.716 79 9/23/2024
2.1.715 844 9/23/2024
2.1.714 77 9/23/2024
2.1.713 83 9/23/2024
2.1.712 2,705 9/23/2024
2.1.711 77 9/23/2024
2.1.710 6,383 9/18/2024
2.1.709 942 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 211 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,926 9/17/2024
2.1.699 1,120 9/17/2024
2.1.698 1,858 9/17/2024
2.1.697 9,694 9/16/2024
2.1.696 87 9/16/2024
2.1.695 4,083 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,840 9/10/2024
2.1.685 350 9/10/2024
2.1.684 596 9/10/2024
2.1.683 400 9/10/2024
2.1.682 89 9/10/2024
2.1.681 585 9/9/2024
2.1.680 91 9/9/2024
2.1.679 309 9/9/2024
2.1.678 3,358 9/9/2024
2.1.677 75 9/9/2024
2.1.676 741 9/9/2024
2.1.675 117 9/9/2024
2.1.674 511 9/9/2024
2.1.673 3,605 9/9/2024
2.1.672 89 9/9/2024
2.1.671 209 9/9/2024
2.1.670 86 9/9/2024
2.1.669 82 9/9/2024
2.1.668 10,500 9/7/2024
2.1.667 1,791 9/6/2024
2.1.666 4,653 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,056 9/5/2024
2.1.659 2,329 9/5/2024
2.1.658 100 9/5/2024
2.1.657 88 9/5/2024
2.1.656 544 9/5/2024
2.1.655 96 9/5/2024
2.1.654 97 9/5/2024
2.1.653 4,454 9/5/2024
2.1.652 97 9/5/2024
2.1.651 3,544 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,963 9/3/2024
2.1.646 82 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,648 8/29/2024
2.1.641 81 8/29/2024
2.1.640 4,505 8/26/2024
2.1.639 1,116 8/26/2024
2.1.638 4,176 8/21/2024
2.1.637 222 8/21/2024
2.1.636 1,449 8/21/2024
2.1.635 117 8/21/2024
2.1.634 976 8/20/2024
2.1.633 105 8/20/2024
2.1.632 122 8/20/2024
2.1.631 2,054 8/20/2024
2.1.630 1,118 8/20/2024
2.1.629 103 8/20/2024
2.1.628 87 8/20/2024
2.1.627 98 8/20/2024
2.1.626 2,355 8/20/2024
2.1.625 102 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 633 8/15/2024
2.1.620 5,931 8/13/2024
2.1.619 571 8/13/2024
2.1.618 4,768 8/7/2024
2.1.617 386 8/6/2024
2.1.616 2,865 8/6/2024
2.1.615 70 8/6/2024
2.1.614 3,529 8/1/2024
2.1.613 468 8/1/2024
2.1.611 296 8/1/2024
2.1.610 266 8/1/2024
2.1.609 6,616 7/25/2024
2.1.608 253 7/25/2024
2.1.607 476 7/25/2024
2.1.606 82 7/25/2024
2.1.605 659 7/25/2024
2.1.604 66 7/25/2024
2.1.603 136 7/24/2024
2.1.602 380 7/24/2024
2.1.601 189 7/24/2024
2.1.600 1,024 7/24/2024
2.1.599 2,459 7/24/2024
2.1.598 1,807 7/20/2024
2.1.597 3,993 7/20/2024
2.1.596 5,169 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,718 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,646 6/14/2024
2.1.519 2,183 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,699 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,944 5/22/2024
2.1.467 3,541 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,896 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,283 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,197 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,205 4/19/2024
2.1.428 100 4/19/2024
2.1.427 3,476 4/19/2024
2.1.426 841 4/18/2024
2.1.425 3,707 4/15/2024
2.1.424 2,382 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,924 4/12/2024
2.1.419 116 4/12/2024
2.1.418 692 4/12/2024
2.1.417 577 4/11/2024
2.1.416 7,337 4/10/2024
2.1.415 101 4/10/2024
2.1.414 2,132 4/9/2024
2.1.413 3,521 4/2/2024
2.1.412 110 4/2/2024
2.1.411 322 4/1/2024
2.1.410 100 4/1/2024
2.1.409 221 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,434 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 117 3/19/2024
2.1.398 1,654 3/19/2024
2.1.397 119 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,104 3/15/2024
2.1.392 115 3/15/2024
2.1.391 3,578 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,534 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,781 3/13/2024
2.1.382 113 3/13/2024
2.1.381 193 3/12/2024
2.1.380 108 3/12/2024
2.1.379 2,747 3/12/2024
2.1.378 108 3/12/2024
2.1.377 3,976 3/11/2024
2.1.376 341 3/11/2024
2.1.375 3,290 3/11/2024
2.1.374 194 3/11/2024
2.1.373 2,819 3/10/2024
2.1.372 1,359 3/10/2024
2.1.371 3,228 3/8/2024
2.1.370 122 3/8/2024
2.1.369 1,806 3/8/2024
2.1.368 1,298 3/8/2024
2.1.367 103 3/8/2024
2.1.366 2,016 3/8/2024
2.1.365 2,024 3/6/2024
2.1.364 378 3/6/2024
2.1.363 3,523 3/4/2024
2.1.362 112 3/4/2024
2.1.361 1,705 3/4/2024
2.1.360 112 3/4/2024
2.1.359 2,264 3/3/2024
2.1.358 2,136 3/3/2024
2.1.357 190 3/2/2024
2.1.356 114 3/2/2024
2.1.355 1,873 3/2/2024
2.1.354 116 3/2/2024
2.1.353 13,984 2/25/2024
2.1.352 1,198 2/25/2024
2.1.351 108 2/25/2024
2.1.350 429 2/25/2024
2.1.349 1,803 2/25/2024
2.1.348 1,687 2/23/2024
2.1.347 524 2/23/2024
2.1.346 3,690 2/22/2024
2.1.345 100 2/22/2024
2.1.344 770 2/22/2024
2.1.343 180 2/22/2024
2.1.342 108 2/22/2024
2.1.341 2,163 2/21/2024
2.1.340 107 2/21/2024
2.1.339 1,943 2/21/2024
2.1.338 111 2/21/2024
2.1.337 104 2/21/2024
2.1.336 104 2/21/2024
2.1.335 1,896 2/21/2024
2.1.334 698 2/21/2024
2.1.333 97 2/21/2024
2.1.332 95 2/21/2024
2.1.331 1,709 2/21/2024
2.1.330 1,889 2/21/2024
2.1.329 102 2/21/2024
2.1.328 99 2/21/2024
2.1.327 117 2/21/2024
2.1.326 2,507 2/20/2024
2.1.325 105 2/20/2024
2.1.324 2,104 2/20/2024
2.1.323 105 2/20/2024
2.1.322 1,966 2/20/2024
2.1.321 103 2/20/2024
2.1.320 102 2/20/2024
2.1.319 863 2/20/2024
2.1.318 276 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,455 2/17/2024
2.1.313 103 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,603 2/16/2024
2.1.301 101 2/16/2024
2.1.300 99 2/16/2024
2.1.299 234 2/16/2024
2.1.298 102 2/16/2024
2.1.297 1,255 2/16/2024
2.1.296 98 2/16/2024
2.1.295 3,620 2/14/2024
2.1.294 1,512 2/13/2024
2.1.293 100 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,867 2/13/2024
2.1.287 1,175 2/13/2024
2.1.286 116 2/13/2024
2.1.285 3,152 2/12/2024
2.1.284 106 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,933 2/11/2024
2.1.279 1,316 2/11/2024
2.1.278 3,490 2/10/2024
2.1.277 335 2/10/2024
2.1.276 109 2/10/2024
2.1.275 1,141 2/9/2024
2.1.274 2,926 2/9/2024
2.1.273 104 2/9/2024
2.1.272 2,291 2/9/2024
2.1.271 613 2/9/2024
2.1.270 126 2/8/2024
2.1.269 104 2/8/2024
2.1.268 3,257 2/8/2024
2.1.267 113 2/8/2024
2.1.266 571 2/8/2024
2.1.265 7,673 2/8/2024
2.1.264 1,344 2/8/2024
2.1.263 110 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,972 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 222 2/7/2024
2.1.254 108 2/7/2024
2.1.253 108 2/7/2024
2.1.252 618 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 124 2/6/2024
2.1.246 6,140 2/5/2024
2.1.245 204 2/5/2024
2.1.244 1,586 2/4/2024
2.1.243 1,832 2/4/2024
2.1.242 673 2/4/2024
2.1.241 3,336 2/2/2024
2.1.240 108 2/2/2024
2.1.239 4,371 1/31/2024
2.1.238 104 1/31/2024
2.1.237 4,529 1/29/2024
2.1.236 100 1/29/2024
2.1.235 1,982 1/29/2024
2.1.234 101 1/29/2024
2.1.233 1,018 1/29/2024
2.1.232 101 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,784 1/27/2024
2.1.221 102 1/27/2024
2.1.220 365 1/27/2024
2.1.219 3,156 1/27/2024
2.1.218 963 1/27/2024
2.1.217 99 1/27/2024
2.1.216 622 1/27/2024
2.1.215 102 1/27/2024
2.1.214 3,956 1/27/2024
2.1.213 1,901 1/27/2024
2.1.212 104 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 790 1/26/2024
2.1.206 477 1/26/2024
2.1.205 3,249 1/26/2024
2.1.204 100 1/26/2024
2.1.203 2,051 1/26/2024
2.1.202 98 1/26/2024
2.1.201 2,427 1/25/2024
2.1.200 94 1/25/2024
2.1.199 1,834 1/25/2024
2.1.198 269 1/25/2024
2.1.197 101 1/25/2024
2.1.196 4,608 1/25/2024
2.1.195 98 1/25/2024
2.1.194 4,693 1/19/2024
2.1.193 106 1/19/2024
2.1.192 4,004 1/16/2024
2.1.191 1,728 1/15/2024
2.1.190 114 1/15/2024
2.1.189 334 1/15/2024
2.1.188 107 1/15/2024
2.1.187 110 1/15/2024
2.1.186 2,144 1/15/2024
2.1.185 114 1/15/2024
2.1.184 1,903 1/15/2024
2.1.183 110 1/15/2024
2.1.182 107 1/15/2024
2.1.181 3,577 1/15/2024
2.1.180 120 1/15/2024
2.1.179 3,432 1/14/2024
2.1.178 113 1/14/2024
2.1.177 4,636 1/13/2024
2.1.176 131 1/13/2024
2.1.175 3,278 1/12/2024
2.1.174 108 1/12/2024
2.1.173 3,838 1/11/2024
2.1.172 511 1/11/2024
2.1.171 4,877 1/7/2024
2.1.170 119 1/7/2024
2.1.169 1,223 1/7/2024
2.1.168 3,091 1/5/2024
2.1.167 1,537 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,788 1/5/2024
2.1.162 108 1/5/2024
2.1.161 113 1/5/2024
2.1.160 110 1/5/2024
2.1.159 5,202 1/3/2024
2.1.158 2,897 1/1/2024
2.1.157 129 1/1/2024
2.1.156 1,567 1/1/2024
2.1.155 2,353 12/28/2023
2.1.154 699 12/28/2023
2.1.153 138 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 132 12/27/2023
2.1.140 4,594 12/25/2023
2.1.139 127 12/25/2023
2.1.138 1,627 12/25/2023
2.1.137 2,158 12/25/2023
2.1.136 116 12/25/2023
2.1.135 119 12/25/2023
2.1.134 1,626 12/25/2023
2.1.133 126 12/25/2023
2.1.132 118 12/25/2023
2.1.131 221 12/25/2023
2.1.130 133 12/25/2023
2.1.129 4,970 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,516 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 339 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 922 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,816 12/19/2023
2.1.112 102 12/19/2023
2.1.111 856 12/19/2023
2.1.110 113 12/19/2023
2.1.109 1,453 12/19/2023
2.1.108 343 12/18/2023
2.1.107 2,490 12/13/2023
2.1.106 921 12/12/2023
2.1.105 1,106 12/11/2023
2.1.104 1,276 12/11/2023
2.1.103 329 12/11/2023
2.1.102 475 12/11/2023
2.1.101 275 12/10/2023
2.1.100 109 12/10/2023
2.1.99 130 12/10/2023
2.1.98 138 12/10/2023
2.1.97 4,638 12/10/2023
2.1.96 3,238 12/10/2023
2.1.95 1,020 12/9/2023
2.1.94 1,016 12/9/2023
2.1.93 1,555 12/9/2023
2.1.92 141 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,165 12/6/2023
2.1.83 647 12/6/2023
2.1.82 936 12/6/2023
2.1.81 131 12/6/2023
2.1.80 2,244 12/6/2023
2.1.79 652 12/5/2023
2.1.78 1,228 12/5/2023
2.1.77 719 12/5/2023
2.1.76 1,226 12/5/2023
2.1.75 1,360 12/5/2023
2.1.74 364 12/5/2023
2.1.73 233 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 150 12/4/2023
2.1.68 823 12/4/2023
2.1.67 134 12/4/2023
2.1.66 3,915 12/4/2023
2.1.65 2,245 11/27/2023
2.1.64 576 11/27/2023
2.1.63 2,448 11/23/2023
2.1.62 134 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,555 11/23/2023
2.1.53 141 11/23/2023
2.1.52 4,273 11/20/2023
2.1.51 137 11/20/2023
2.1.50 2,709 11/20/2023
2.1.49 124 11/20/2023
2.1.48 125 11/20/2023
2.1.47 1,941 11/20/2023
2.1.46 2,132 11/19/2023
2.1.45 118 11/19/2023
2.1.44 1,824 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 300 11/17/2023
2.1.21 133 11/17/2023
2.1.20 131 11/17/2023
2.1.19 3,169 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 848 11/17/2023
2.1.11 124 11/17/2023
2.1.10 100 11/17/2023
2.1.9 2,515 11/17/2023
2.1.8 537 11/17/2023
2.1.7 132 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 135 11/15/2023
2.0.4 117 11/16/2023
2.0.3 118 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,633 11/13/2023
1.0.189 124 11/13/2023
1.0.188 1,082 11/10/2023
1.0.187 112 11/10/2023
1.0.186 97 11/10/2023
1.0.185 2,309 11/9/2023
1.0.184 129 11/9/2023
1.0.183 115 11/9/2023
1.0.182 138 11/9/2023
1.0.181 3,871 11/8/2023
1.0.180 1,362 11/7/2023
1.0.179 134 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,041 11/3/2023
1.0.174 123 11/3/2023
1.0.173 136 11/3/2023
1.0.172 2,549 11/2/2023
1.0.171 132 11/2/2023
1.0.170 142 11/2/2023
1.0.169 1,896 11/1/2023
1.0.168 126 11/1/2023
1.0.167 7,833 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,807 10/18/2023
1.0.161 144 10/18/2023
1.0.160 135 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,010 10/13/2023
1.0.152 153 10/13/2023
1.0.151 139 10/13/2023
1.0.150 1,924 10/12/2023
1.0.149 6,472 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,300 9/18/2023
1.0.144 145 9/18/2023
1.0.143 119 9/18/2023
1.0.142 2,214 9/15/2023
1.0.141 2,188 9/14/2023
1.0.140 3,733 9/1/2023
1.0.139 2,758 8/31/2023
1.0.138 143 8/31/2023
1.0.137 2,056 8/30/2023
1.0.136 166 8/30/2023
1.0.135 163 8/30/2023
1.0.134 1,707 8/29/2023
1.0.133 170 8/29/2023
1.0.132 3,834 8/28/2023
1.0.131 160 8/28/2023
1.0.130 2,532 8/25/2023
1.0.129 165 8/25/2023
1.0.128 145 8/25/2023
1.0.127 3,524 8/24/2023
1.0.126 170 8/24/2023
1.0.125 3,785 8/22/2023
1.0.124 1,721 8/21/2023
1.0.123 167 8/21/2023
1.0.122 1,936 8/18/2023
1.0.121 160 8/18/2023
1.0.120 141 8/18/2023
1.0.119 2,651 8/17/2023
1.0.118 138 8/17/2023
1.0.117 161 8/17/2023
1.0.116 127 8/17/2023
1.0.115 7,733 8/11/2023
1.0.114 2,380 8/10/2023
1.0.113 161 8/10/2023
1.0.112 3,213 8/9/2023
1.0.111 187 8/9/2023
1.0.110 1,454 8/8/2023
1.0.109 197 8/8/2023
1.0.108 166 8/8/2023
1.0.107 3,726 8/7/2023
1.0.106 178 8/7/2023
1.0.105 164 8/7/2023
1.0.104 181 8/7/2023
1.0.103 7,304 7/14/2023
1.0.102 2,449 7/13/2023
1.0.101 2,425 7/12/2023
1.0.100 2,203 7/11/2023
1.0.99 178 7/11/2023
1.0.98 3,089 7/10/2023
1.0.97 185 7/10/2023
1.0.96 177 7/10/2023
1.0.95 2,633 7/7/2023
1.0.94 180 7/7/2023
1.0.93 186 7/7/2023
1.0.92 6,277 7/3/2023
1.0.91 2,711 6/30/2023
1.0.90 2,757 6/29/2023
1.0.89 198 6/29/2023
1.0.88 187 6/29/2023
1.0.87 2,340 6/28/2023
1.0.86 182 6/28/2023
1.0.85 189 6/28/2023
1.0.84 4,616 6/27/2023
1.0.83 179 6/27/2023
1.0.82 3,331 6/26/2023
1.0.81 184 6/26/2023
1.0.80 4,314 6/23/2023
1.0.79 3,013 6/22/2023
1.0.78 2,295 6/21/2023
1.0.77 3,784 6/19/2023
1.0.76 3,512 6/15/2023
1.0.75 170 6/15/2023
1.0.74 2,096 6/14/2023
1.0.73 6,218 6/12/2023
1.0.72 2,084 6/9/2023
1.0.71 187 6/9/2023
1.0.70 3,518 6/8/2023
1.0.69 175 6/8/2023
1.0.68 175 6/8/2023
1.0.67 4,544 6/7/2023
1.0.66 187 6/7/2023
1.0.65 174 6/7/2023
1.0.64 175 6/7/2023
1.0.63 2,620 6/6/2023
1.0.62 193 6/6/2023
1.0.61 188 6/6/2023
1.0.60 20,460 5/30/2023
1.0.59 185 5/30/2023
1.0.58 180 5/30/2023
1.0.57 4,770 5/29/2023
1.0.56 183 5/29/2023
1.0.55 192 5/29/2023
1.0.54 3,974 5/26/2023
1.0.53 189 5/26/2023
1.0.52 205 5/26/2023
1.0.51 6,410 5/25/2023
1.0.50 189 5/25/2023
1.0.49 190 5/25/2023
1.0.48 2,857 5/24/2023
1.0.46 195 5/24/2023
1.0.45 195 5/24/2023
1.0.43 3,564 5/23/2023
1.0.42 5,548 5/22/2023
1.0.41 204 5/22/2023
1.0.40 5,570 5/18/2023
1.0.39 3,733 5/17/2023
1.0.38 167 5/17/2023
1.0.37 245 5/17/2023
1.0.36 10,681 4/25/2023
1.0.35 1,326 4/24/2023
1.0.34 1,931 4/21/2023
1.0.33 221 4/21/2023
1.0.32 1,744 4/20/2023
1.0.31 2,354 4/19/2023
1.0.30 1,060 4/18/2023
1.0.29 1,690 4/17/2023
1.0.28 1,226 4/14/2023
1.0.27 1,215 4/13/2023
1.0.26 1,232 4/12/2023
1.0.25 1,537 4/11/2023
1.0.24 294 4/11/2023
1.0.23 1,696 4/10/2023
1.0.22 2,470 4/4/2023
1.0.21 205 4/4/2023
1.0.20 992 4/3/2023
1.0.19 241 4/3/2023
1.0.18 252 4/3/2023
1.0.17 244 4/3/2023
1.0.16 231 4/3/2023
1.0.15 239 4/3/2023
1.0.14 239 4/3/2023
1.0.13 232 4/3/2023
1.0.12 229 4/3/2023
1.0.11 2,075 3/23/2023
1.0.10 567 3/13/2023
1.0.9 323 3/12/2023
1.0.8 258 3/11/2023
1.0.7 249 3/10/2023
1.0.5 432 2/22/2023
1.0.4 479 2/19/2023
1.0.3 463 2/18/2023
1.0.1 390 2/12/2023