Soenneker.Utils.MemoryStream 2.1.700

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.700                
NuGet\Install-Package Soenneker.Utils.MemoryStream -Version 2.1.700                
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.700" />                
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.700                
#r "nuget: Soenneker.Utils.MemoryStream, 2.1.700"                
#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.700

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

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.783 389 10/17/2024
2.1.782 776 10/17/2024
2.1.781 1,803 10/15/2024
2.1.780 389 10/14/2024
2.1.779 68 10/14/2024
2.1.778 4,572 10/11/2024
2.1.777 1,904 10/11/2024
2.1.776 65 10/11/2024
2.1.775 1,520 10/11/2024
2.1.774 5,513 10/9/2024
2.1.773 1,714 10/9/2024
2.1.772 406 10/8/2024
2.1.771 70 10/8/2024
2.1.770 1,453 10/8/2024
2.1.769 78 10/8/2024
2.1.768 4,305 10/8/2024
2.1.767 373 10/8/2024
2.1.766 7,190 10/3/2024
2.1.765 61 10/3/2024
2.1.764 1,475 10/3/2024
2.1.763 582 10/3/2024
2.1.762 67 10/3/2024
2.1.761 5,916 10/2/2024
2.1.760 432 10/2/2024
2.1.759 1,626 10/2/2024
2.1.758 71 10/2/2024
2.1.757 3,711 10/1/2024
2.1.756 3,797 10/1/2024
2.1.755 63 10/1/2024
2.1.754 526 10/1/2024
2.1.753 3,230 10/1/2024
2.1.752 237 10/1/2024
2.1.751 384 9/30/2024
2.1.750 2,597 9/30/2024
2.1.749 2,856 9/29/2024
2.1.748 1,714 9/29/2024
2.1.747 68 9/29/2024
2.1.746 464 9/29/2024
2.1.745 1,042 9/29/2024
2.1.744 75 9/29/2024
2.1.743 4,294 9/27/2024
2.1.742 502 9/27/2024
2.1.741 2,220 9/27/2024
2.1.740 73 9/27/2024
2.1.739 304 9/27/2024
2.1.738 506 9/27/2024
2.1.737 95 9/27/2024
2.1.736 71 9/27/2024
2.1.735 4,465 9/27/2024
2.1.734 3,612 9/26/2024
2.1.733 345 9/26/2024
2.1.732 5,905 9/26/2024
2.1.731 114 9/26/2024
2.1.730 1,364 9/26/2024
2.1.729 2,090 9/26/2024
2.1.728 6,801 9/23/2024
2.1.727 443 9/23/2024
2.1.726 747 9/23/2024
2.1.725 925 9/23/2024
2.1.724 1,020 9/23/2024
2.1.723 78 9/23/2024
2.1.722 3,489 9/23/2024
2.1.721 72 9/23/2024
2.1.720 3,025 9/23/2024
2.1.719 76 9/23/2024
2.1.718 718 9/23/2024
2.1.717 74 9/23/2024
2.1.716 74 9/23/2024
2.1.715 838 9/23/2024
2.1.714 72 9/23/2024
2.1.713 78 9/23/2024
2.1.712 2,664 9/23/2024
2.1.711 71 9/23/2024
2.1.710 6,358 9/18/2024
2.1.709 931 9/17/2024
2.1.708 731 9/17/2024
2.1.707 77 9/17/2024
2.1.706 389 9/17/2024
2.1.705 966 9/17/2024
2.1.704 201 9/17/2024
2.1.703 1,962 9/17/2024
2.1.702 84 9/17/2024
2.1.701 2,715 9/17/2024
2.1.700 1,917 9/17/2024
2.1.699 1,106 9/17/2024
2.1.698 1,851 9/17/2024
2.1.697 9,370 9/16/2024
2.1.696 82 9/16/2024
2.1.695 4,050 9/12/2024
2.1.694 91 9/12/2024
2.1.693 964 9/11/2024
2.1.692 165 9/11/2024
2.1.690 5,328 9/11/2024
2.1.689 290 9/11/2024
2.1.688 1,642 9/11/2024
2.1.687 3,253 9/11/2024
2.1.686 7,812 9/10/2024
2.1.685 344 9/10/2024
2.1.684 590 9/10/2024
2.1.683 394 9/10/2024
2.1.682 83 9/10/2024
2.1.681 579 9/9/2024
2.1.680 85 9/9/2024
2.1.679 303 9/9/2024
2.1.678 3,347 9/9/2024
2.1.677 69 9/9/2024
2.1.676 735 9/9/2024
2.1.675 111 9/9/2024
2.1.674 505 9/9/2024
2.1.673 3,593 9/9/2024
2.1.672 83 9/9/2024
2.1.671 203 9/9/2024
2.1.670 80 9/9/2024
2.1.669 76 9/9/2024
2.1.668 10,468 9/7/2024
2.1.667 1,779 9/6/2024
2.1.666 4,619 9/6/2024
2.1.665 81 9/6/2024
2.1.664 1,802 9/5/2024
2.1.663 1,073 9/5/2024
2.1.662 67 9/5/2024
2.1.661 80 9/5/2024
2.1.660 2,040 9/5/2024
2.1.659 2,323 9/5/2024
2.1.658 94 9/5/2024
2.1.657 82 9/5/2024
2.1.656 538 9/5/2024
2.1.655 90 9/5/2024
2.1.654 91 9/5/2024
2.1.653 4,437 9/5/2024
2.1.652 90 9/5/2024
2.1.651 3,527 9/4/2024
2.1.650 3,737 9/4/2024
2.1.649 4,044 9/3/2024
2.1.648 87 9/3/2024
2.1.647 2,953 9/3/2024
2.1.646 77 9/3/2024
2.1.645 2,137 9/3/2024
2.1.644 1,396 9/3/2024
2.1.643 65 9/3/2024
2.1.642 4,646 8/29/2024
2.1.641 79 8/29/2024
2.1.640 4,502 8/26/2024
2.1.639 1,108 8/26/2024
2.1.638 4,174 8/21/2024
2.1.637 220 8/21/2024
2.1.636 1,447 8/21/2024
2.1.635 115 8/21/2024
2.1.634 974 8/20/2024
2.1.633 103 8/20/2024
2.1.632 120 8/20/2024
2.1.631 2,052 8/20/2024
2.1.630 1,116 8/20/2024
2.1.629 101 8/20/2024
2.1.628 85 8/20/2024
2.1.627 96 8/20/2024
2.1.626 2,353 8/20/2024
2.1.625 100 8/20/2024
2.1.624 4,342 8/20/2024
2.1.623 2,135 8/19/2024
2.1.622 4,694 8/15/2024
2.1.621 631 8/15/2024
2.1.620 5,928 8/13/2024
2.1.619 570 8/13/2024
2.1.618 4,756 8/7/2024
2.1.617 383 8/6/2024
2.1.616 2,862 8/6/2024
2.1.615 67 8/6/2024
2.1.614 3,528 8/1/2024
2.1.613 467 8/1/2024
2.1.611 294 8/1/2024
2.1.610 263 8/1/2024
2.1.609 6,613 7/25/2024
2.1.608 250 7/25/2024
2.1.607 473 7/25/2024
2.1.606 79 7/25/2024
2.1.605 656 7/25/2024
2.1.604 63 7/25/2024
2.1.603 133 7/24/2024
2.1.602 377 7/24/2024
2.1.601 186 7/24/2024
2.1.600 1,021 7/24/2024
2.1.599 2,456 7/24/2024
2.1.598 1,804 7/20/2024
2.1.597 3,990 7/20/2024
2.1.596 5,147 7/14/2024
2.1.595 82 7/14/2024
2.1.594 2,836 7/14/2024
2.1.593 67 7/14/2024
2.1.592 446 7/14/2024
2.1.591 3,794 7/10/2024
2.1.590 250 7/10/2024
2.1.589 601 7/10/2024
2.1.588 66 7/10/2024
2.1.587 2,093 7/10/2024
2.1.586 64 7/10/2024
2.1.585 56 7/10/2024
2.1.584 57 7/10/2024
2.1.583 998 7/10/2024
2.1.582 56 7/10/2024
2.1.581 128 7/10/2024
2.1.580 72 7/10/2024
2.1.579 66 7/10/2024
2.1.578 910 7/10/2024
2.1.577 71 7/10/2024
2.1.576 836 7/10/2024
2.1.575 81 7/10/2024
2.1.574 73 7/10/2024
2.1.573 507 7/9/2024
2.1.572 74 7/9/2024
2.1.569 778 7/9/2024
2.1.568 62 7/9/2024
2.1.567 684 7/9/2024
2.1.566 71 7/9/2024
2.1.565 4,714 7/9/2024
2.1.564 76 7/9/2024
2.1.563 81 7/9/2024
2.1.562 4,824 7/9/2024
2.1.561 67 7/9/2024
2.1.560 75 7/9/2024
2.1.559 1,377 7/9/2024
2.1.558 358 7/9/2024
2.1.557 79 7/9/2024
2.1.556 2,601 7/8/2024
2.1.555 78 7/8/2024
2.1.554 77 7/8/2024
2.1.553 498 7/8/2024
2.1.552 77 7/8/2024
2.1.551 67 7/8/2024
2.1.550 5,254 7/8/2024
2.1.549 77 7/8/2024
2.1.548 155 7/8/2024
2.1.547 2,206 7/7/2024
2.1.546 1,676 7/7/2024
2.1.545 79 7/7/2024
2.1.544 503 7/7/2024
2.1.543 72 7/7/2024
2.1.542 1,007 7/7/2024
2.1.541 253 7/7/2024
2.1.540 77 7/7/2024
2.1.539 73 7/7/2024
2.1.538 1,520 7/7/2024
2.1.537 5,840 7/4/2024
2.1.536 928 7/3/2024
2.1.535 1,654 7/3/2024
2.1.534 2,008 7/3/2024
2.1.533 79 7/3/2024
2.1.532 636 7/3/2024
2.1.531 2,471 7/3/2024
2.1.530 652 7/3/2024
2.1.529 2,211 6/30/2024
2.1.528 1,486 6/28/2024
2.1.527 4,996 6/22/2024
2.1.526 88 6/22/2024
2.1.525 5,704 6/15/2024
2.1.524 81 6/15/2024
2.1.523 2,098 6/15/2024
2.1.522 3,464 6/14/2024
2.1.521 90 6/14/2024
2.1.520 1,645 6/14/2024
2.1.519 2,182 6/12/2024
2.1.518 4,308 6/1/2024
2.1.517 495 6/1/2024
2.1.516 843 6/1/2024
2.1.515 445 6/1/2024
2.1.514 89 6/1/2024
2.1.513 1,598 6/1/2024
2.1.512 4,324 5/31/2024
2.1.511 91 5/31/2024
2.1.510 3,833 5/29/2024
2.1.509 83 5/29/2024
2.1.508 4,600 5/28/2024
2.1.507 68 5/28/2024
2.1.506 2,680 5/27/2024
2.1.505 66 5/27/2024
2.1.504 68 5/27/2024
2.1.503 1,221 5/27/2024
2.1.502 3,183 5/26/2024
2.1.501 73 5/26/2024
2.1.500 4,595 5/26/2024
2.1.499 76 5/26/2024
2.1.498 1,175 5/26/2024
2.1.497 198 5/25/2024
2.1.496 76 5/25/2024
2.1.495 1,229 5/25/2024
2.1.494 83 5/25/2024
2.1.493 81 5/25/2024
2.1.492 76 5/25/2024
2.1.491 1,868 5/25/2024
2.1.490 77 5/25/2024
2.1.489 83 5/25/2024
2.1.488 1,091 5/25/2024
2.1.487 71 5/25/2024
2.1.486 83 5/25/2024
2.1.485 967 5/25/2024
2.1.484 78 5/25/2024
2.1.483 75 5/25/2024
2.1.482 6,170 5/23/2024
2.1.481 450 5/23/2024
2.1.480 1,638 5/23/2024
2.1.479 79 5/23/2024
2.1.478 1,220 5/23/2024
2.1.477 72 5/23/2024
2.1.476 89 5/22/2024
2.1.475 81 5/22/2024
2.1.474 76 5/22/2024
2.1.473 1,704 5/22/2024
2.1.472 77 5/22/2024
2.1.471 75 5/22/2024
2.1.470 968 5/22/2024
2.1.469 81 5/22/2024
2.1.468 3,943 5/22/2024
2.1.467 3,540 5/18/2024
2.1.466 128 5/18/2024
2.1.465 969 5/17/2024
2.1.464 96 5/17/2024
2.1.463 1,682 5/17/2024
2.1.462 103 5/17/2024
2.1.461 100 5/17/2024
2.1.460 3,208 5/16/2024
2.1.459 188 5/16/2024
2.1.458 94 5/16/2024
2.1.457 1,533 5/15/2024
2.1.456 1,176 5/15/2024
2.1.455 102 5/15/2024
2.1.454 5,117 5/13/2024
2.1.453 70 5/13/2024
2.1.452 3,225 5/3/2024
2.1.451 2,895 4/30/2024
2.1.450 365 4/29/2024
2.1.449 1,559 4/29/2024
2.1.448 101 4/29/2024
2.1.447 3,270 4/29/2024
2.1.446 97 4/28/2024
2.1.445 94 4/28/2024
2.1.444 473 4/28/2024
2.1.443 109 4/28/2024
2.1.442 1,621 4/28/2024
2.1.441 100 4/28/2024
2.1.440 90 4/28/2024
2.1.439 3,172 4/28/2024
2.1.438 98 4/28/2024
2.1.437 1,650 4/28/2024
2.1.436 104 4/28/2024
2.1.435 105 4/28/2024
2.1.434 442 4/28/2024
2.1.433 95 4/28/2024
2.1.432 93 4/28/2024
2.1.431 2,550 4/27/2024
2.1.430 105 4/27/2024
2.1.429 6,198 4/19/2024
2.1.428 99 4/19/2024
2.1.427 3,470 4/19/2024
2.1.426 840 4/18/2024
2.1.425 3,706 4/15/2024
2.1.424 2,376 4/12/2024
2.1.423 1,766 4/12/2024
2.1.422 1,470 4/12/2024
2.1.421 91 4/12/2024
2.1.420 1,918 4/12/2024
2.1.419 115 4/12/2024
2.1.418 686 4/12/2024
2.1.417 576 4/11/2024
2.1.416 7,100 4/10/2024
2.1.415 100 4/10/2024
2.1.414 2,131 4/9/2024
2.1.413 3,520 4/2/2024
2.1.412 109 4/2/2024
2.1.411 320 4/1/2024
2.1.410 99 4/1/2024
2.1.409 219 4/1/2024
2.1.408 5,574 3/29/2024
2.1.407 1,172 3/29/2024
2.1.406 2,986 3/25/2024
2.1.405 104 3/25/2024
2.1.404 795 3/25/2024
2.1.403 1,412 3/25/2024
2.1.402 3,670 3/20/2024
2.1.401 111 3/20/2024
2.1.400 3,595 3/19/2024
2.1.399 116 3/19/2024
2.1.398 1,611 3/19/2024
2.1.397 118 3/19/2024
2.1.396 1,294 3/19/2024
2.1.395 1,402 3/18/2024
2.1.394 935 3/18/2024
2.1.393 4,066 3/15/2024
2.1.392 114 3/15/2024
2.1.391 3,562 3/13/2024
2.1.390 545 3/13/2024
2.1.389 415 3/13/2024
2.1.388 110 3/13/2024
2.1.387 1,513 3/13/2024
2.1.386 325 3/13/2024
2.1.385 111 3/13/2024
2.1.384 119 3/13/2024
2.1.383 2,774 3/13/2024
2.1.382 111 3/13/2024
2.1.381 192 3/12/2024
2.1.380 107 3/12/2024
2.1.379 2,720 3/12/2024
2.1.378 106 3/12/2024
2.1.377 3,940 3/11/2024
2.1.376 340 3/11/2024
2.1.375 3,269 3/11/2024
2.1.374 192 3/11/2024
2.1.373 2,818 3/10/2024
2.1.372 1,353 3/10/2024
2.1.371 3,222 3/8/2024
2.1.370 118 3/8/2024
2.1.369 1,800 3/8/2024
2.1.368 1,292 3/8/2024
2.1.367 102 3/8/2024
2.1.366 2,014 3/8/2024
2.1.365 2,023 3/6/2024
2.1.364 377 3/6/2024
2.1.363 3,522 3/4/2024
2.1.362 110 3/4/2024
2.1.361 1,704 3/4/2024
2.1.360 111 3/4/2024
2.1.359 2,263 3/3/2024
2.1.358 2,134 3/3/2024
2.1.357 189 3/2/2024
2.1.356 113 3/2/2024
2.1.355 1,872 3/2/2024
2.1.354 114 3/2/2024
2.1.353 13,975 2/25/2024
2.1.352 1,197 2/25/2024
2.1.351 107 2/25/2024
2.1.350 427 2/25/2024
2.1.349 1,802 2/25/2024
2.1.348 1,686 2/23/2024
2.1.347 523 2/23/2024
2.1.346 3,688 2/22/2024
2.1.345 99 2/22/2024
2.1.344 769 2/22/2024
2.1.343 179 2/22/2024
2.1.342 106 2/22/2024
2.1.341 2,157 2/21/2024
2.1.340 106 2/21/2024
2.1.339 1,942 2/21/2024
2.1.338 108 2/21/2024
2.1.337 103 2/21/2024
2.1.336 103 2/21/2024
2.1.335 1,895 2/21/2024
2.1.334 696 2/21/2024
2.1.333 96 2/21/2024
2.1.332 94 2/21/2024
2.1.331 1,708 2/21/2024
2.1.330 1,882 2/21/2024
2.1.329 101 2/21/2024
2.1.328 98 2/21/2024
2.1.327 116 2/21/2024
2.1.326 2,505 2/20/2024
2.1.325 104 2/20/2024
2.1.324 2,093 2/20/2024
2.1.323 104 2/20/2024
2.1.322 1,964 2/20/2024
2.1.321 102 2/20/2024
2.1.320 101 2/20/2024
2.1.319 862 2/20/2024
2.1.318 274 2/19/2024
2.1.317 3,271 2/19/2024
2.1.316 104 2/19/2024
2.1.315 2,191 2/19/2024
2.1.314 2,453 2/17/2024
2.1.313 102 2/17/2024
2.1.312 1,414 2/17/2024
2.1.311 98 2/17/2024
2.1.310 273 2/17/2024
2.1.309 830 2/16/2024
2.1.308 94 2/16/2024
2.1.307 94 2/16/2024
2.1.306 143 2/16/2024
2.1.305 99 2/16/2024
2.1.304 2,066 2/16/2024
2.1.303 97 2/16/2024
2.1.302 2,596 2/16/2024
2.1.301 100 2/16/2024
2.1.300 98 2/16/2024
2.1.299 233 2/16/2024
2.1.298 100 2/16/2024
2.1.297 1,254 2/16/2024
2.1.296 97 2/16/2024
2.1.295 3,619 2/14/2024
2.1.294 1,511 2/13/2024
2.1.293 99 2/13/2024
2.1.292 1,412 2/13/2024
2.1.291 1,698 2/13/2024
2.1.290 950 2/13/2024
2.1.289 107 2/13/2024
2.1.288 1,866 2/13/2024
2.1.287 1,173 2/13/2024
2.1.286 115 2/13/2024
2.1.285 3,151 2/12/2024
2.1.284 105 2/12/2024
2.1.283 1,785 2/11/2024
2.1.282 2,042 2/11/2024
2.1.281 105 2/11/2024
2.1.280 1,932 2/11/2024
2.1.279 1,314 2/11/2024
2.1.278 3,489 2/10/2024
2.1.277 334 2/10/2024
2.1.276 108 2/10/2024
2.1.275 1,139 2/9/2024
2.1.274 2,919 2/9/2024
2.1.273 103 2/9/2024
2.1.272 2,285 2/9/2024
2.1.271 611 2/9/2024
2.1.270 125 2/8/2024
2.1.269 103 2/8/2024
2.1.268 3,255 2/8/2024
2.1.267 112 2/8/2024
2.1.266 570 2/8/2024
2.1.265 7,671 2/8/2024
2.1.264 1,343 2/8/2024
2.1.263 109 2/8/2024
2.1.262 4,072 2/7/2024
2.1.261 114 2/7/2024
2.1.260 857 2/7/2024
2.1.259 1,971 2/7/2024
2.1.258 582 2/7/2024
2.1.257 116 2/7/2024
2.1.256 116 2/7/2024
2.1.255 221 2/7/2024
2.1.254 107 2/7/2024
2.1.253 106 2/7/2024
2.1.252 613 2/6/2024
2.1.251 105 2/6/2024
2.1.250 963 2/6/2024
2.1.249 109 2/6/2024
2.1.248 110 2/6/2024
2.1.247 119 2/6/2024
2.1.246 6,139 2/5/2024
2.1.245 202 2/5/2024
2.1.244 1,585 2/4/2024
2.1.243 1,831 2/4/2024
2.1.242 672 2/4/2024
2.1.241 3,334 2/2/2024
2.1.240 107 2/2/2024
2.1.239 4,370 1/31/2024
2.1.238 103 1/31/2024
2.1.237 4,527 1/29/2024
2.1.236 99 1/29/2024
2.1.235 1,981 1/29/2024
2.1.234 100 1/29/2024
2.1.233 1,016 1/29/2024
2.1.232 100 1/29/2024
2.1.231 1,687 1/28/2024
2.1.230 1,899 1/28/2024
2.1.229 106 1/28/2024
2.1.228 1,209 1/28/2024
2.1.227 1,936 1/28/2024
2.1.226 107 1/28/2024
2.1.225 1,989 1/28/2024
2.1.224 105 1/28/2024
2.1.223 427 1/28/2024
2.1.222 1,774 1/27/2024
2.1.221 100 1/27/2024
2.1.220 364 1/27/2024
2.1.219 3,152 1/27/2024
2.1.218 961 1/27/2024
2.1.217 97 1/27/2024
2.1.216 621 1/27/2024
2.1.215 101 1/27/2024
2.1.214 3,952 1/27/2024
2.1.213 1,897 1/27/2024
2.1.212 97 1/27/2024
2.1.211 1,125 1/26/2024
2.1.210 100 1/26/2024
2.1.209 1,076 1/26/2024
2.1.208 98 1/26/2024
2.1.207 789 1/26/2024
2.1.206 476 1/26/2024
2.1.205 3,236 1/26/2024
2.1.204 99 1/26/2024
2.1.203 2,050 1/26/2024
2.1.202 97 1/26/2024
2.1.201 2,425 1/25/2024
2.1.200 93 1/25/2024
2.1.199 1,833 1/25/2024
2.1.198 262 1/25/2024
2.1.197 99 1/25/2024
2.1.196 4,602 1/25/2024
2.1.195 97 1/25/2024
2.1.194 4,679 1/19/2024
2.1.193 104 1/19/2024
2.1.192 3,992 1/16/2024
2.1.191 1,722 1/15/2024
2.1.190 113 1/15/2024
2.1.189 332 1/15/2024
2.1.188 106 1/15/2024
2.1.187 109 1/15/2024
2.1.186 2,141 1/15/2024
2.1.185 111 1/15/2024
2.1.184 1,902 1/15/2024
2.1.183 109 1/15/2024
2.1.182 106 1/15/2024
2.1.181 3,570 1/15/2024
2.1.180 119 1/15/2024
2.1.179 3,426 1/14/2024
2.1.178 112 1/14/2024
2.1.177 4,623 1/13/2024
2.1.176 130 1/13/2024
2.1.175 3,277 1/12/2024
2.1.174 107 1/12/2024
2.1.173 3,827 1/11/2024
2.1.172 510 1/11/2024
2.1.171 4,863 1/7/2024
2.1.170 118 1/7/2024
2.1.169 1,221 1/7/2024
2.1.168 3,085 1/5/2024
2.1.167 1,531 1/5/2024
2.1.166 115 1/5/2024
2.1.165 92 1/5/2024
2.1.164 106 1/5/2024
2.1.163 1,782 1/5/2024
2.1.162 107 1/5/2024
2.1.161 111 1/5/2024
2.1.160 109 1/5/2024
2.1.159 5,170 1/3/2024
2.1.158 2,884 1/1/2024
2.1.157 128 1/1/2024
2.1.156 1,557 1/1/2024
2.1.155 2,341 12/28/2023
2.1.154 698 12/28/2023
2.1.153 136 12/28/2023
2.1.152 211 12/28/2023
2.1.151 124 12/28/2023
2.1.150 124 12/28/2023
2.1.149 2,855 12/28/2023
2.1.148 132 12/28/2023
2.1.147 836 12/28/2023
2.1.146 122 12/28/2023
2.1.145 123 12/28/2023
2.1.144 812 12/27/2023
2.1.143 134 12/27/2023
2.1.142 2,244 12/27/2023
2.1.141 130 12/27/2023
2.1.140 4,568 12/25/2023
2.1.139 126 12/25/2023
2.1.138 1,613 12/25/2023
2.1.137 2,152 12/25/2023
2.1.136 114 12/25/2023
2.1.135 118 12/25/2023
2.1.134 1,616 12/25/2023
2.1.133 124 12/25/2023
2.1.132 117 12/25/2023
2.1.131 220 12/25/2023
2.1.130 132 12/25/2023
2.1.129 4,948 12/24/2023
2.1.128 1,526 12/24/2023
2.1.127 500 12/24/2023
2.1.126 2,170 12/23/2023
2.1.125 1,509 12/23/2023
2.1.124 606 12/23/2023
2.1.123 123 12/23/2023
2.1.122 105 12/23/2023
2.1.121 337 12/23/2023
2.1.120 119 12/23/2023
2.1.119 118 12/23/2023
2.1.118 117 12/23/2023
2.1.117 920 12/23/2023
2.1.116 122 12/23/2023
2.1.115 1,461 12/23/2023
2.1.114 124 12/23/2023
2.1.113 6,800 12/19/2023
2.1.112 101 12/19/2023
2.1.111 855 12/19/2023
2.1.110 112 12/19/2023
2.1.109 1,452 12/19/2023
2.1.108 341 12/18/2023
2.1.107 2,489 12/13/2023
2.1.106 919 12/12/2023
2.1.105 1,105 12/11/2023
2.1.104 1,275 12/11/2023
2.1.103 327 12/11/2023
2.1.102 474 12/11/2023
2.1.101 274 12/10/2023
2.1.100 108 12/10/2023
2.1.99 128 12/10/2023
2.1.98 137 12/10/2023
2.1.97 4,628 12/10/2023
2.1.96 3,227 12/10/2023
2.1.95 1,018 12/9/2023
2.1.94 1,007 12/9/2023
2.1.93 1,545 12/9/2023
2.1.92 140 12/9/2023
2.1.91 134 12/9/2023
2.1.90 114 12/9/2023
2.1.89 120 12/9/2023
2.1.88 1,247 12/9/2023
2.1.87 121 12/9/2023
2.1.86 3,326 12/9/2023
2.1.85 128 12/9/2023
2.1.84 5,134 12/6/2023
2.1.83 645 12/6/2023
2.1.82 935 12/6/2023
2.1.81 130 12/6/2023
2.1.80 2,227 12/6/2023
2.1.79 651 12/5/2023
2.1.78 1,222 12/5/2023
2.1.77 718 12/5/2023
2.1.76 1,224 12/5/2023
2.1.75 1,359 12/5/2023
2.1.74 362 12/5/2023
2.1.73 232 12/4/2023
2.1.72 146 12/4/2023
2.1.71 130 12/4/2023
2.1.70 3,720 12/4/2023
2.1.69 148 12/4/2023
2.1.68 821 12/4/2023
2.1.67 133 12/4/2023
2.1.66 3,908 12/4/2023
2.1.65 2,244 11/27/2023
2.1.64 575 11/27/2023
2.1.63 2,447 11/23/2023
2.1.62 132 11/23/2023
2.1.61 604 11/23/2023
2.1.60 679 11/23/2023
2.1.59 132 11/23/2023
2.1.58 1,522 11/23/2023
2.1.57 139 11/23/2023
2.1.56 137 11/23/2023
2.1.55 123 11/23/2023
2.1.54 1,553 11/23/2023
2.1.53 140 11/23/2023
2.1.52 4,272 11/20/2023
2.1.51 136 11/20/2023
2.1.50 2,707 11/20/2023
2.1.49 117 11/20/2023
2.1.48 123 11/20/2023
2.1.47 1,940 11/20/2023
2.1.46 2,131 11/19/2023
2.1.45 117 11/19/2023
2.1.44 1,822 11/19/2023
2.1.43 261 11/19/2023
2.1.42 125 11/19/2023
2.1.41 134 11/19/2023
2.1.40 132 11/19/2023
2.1.39 3,343 11/19/2023
2.1.38 111 11/19/2023
2.1.37 3,599 11/18/2023
2.1.36 128 11/18/2023
2.1.35 138 11/18/2023
2.1.34 2,891 11/18/2023
2.1.33 133 11/18/2023
2.1.32 136 11/18/2023
2.1.31 509 11/18/2023
2.1.30 127 11/18/2023
2.1.29 111 11/18/2023
2.1.28 132 11/18/2023
2.1.27 1,394 11/17/2023
2.1.26 113 11/17/2023
2.1.25 1,664 11/17/2023
2.1.24 129 11/17/2023
2.1.23 137 11/17/2023
2.1.22 299 11/17/2023
2.1.21 132 11/17/2023
2.1.20 128 11/17/2023
2.1.19 3,163 11/17/2023
2.1.18 127 11/17/2023
2.1.17 1,339 11/17/2023
2.1.16 135 11/17/2023
2.1.15 1,317 11/17/2023
2.1.14 127 11/17/2023
2.1.13 122 11/17/2023
2.1.12 846 11/17/2023
2.1.11 123 11/17/2023
2.1.10 93 11/17/2023
2.1.9 2,514 11/17/2023
2.1.8 536 11/17/2023
2.1.7 130 11/17/2023
2.1.6 1,123 11/16/2023
2.1.5 126 11/16/2023
2.0.196 2,274 11/15/2023
2.0.195 131 11/15/2023
2.0.194 134 11/15/2023
2.0.193 134 11/15/2023
2.0.4 116 11/16/2023
2.0.3 116 11/16/2023
2.0.2 127 11/16/2023
2.0.1 125 11/16/2023
1.0.192 1,725 11/14/2023
1.0.191 133 11/14/2023
1.0.190 4,632 11/13/2023
1.0.189 123 11/13/2023
1.0.188 1,080 11/10/2023
1.0.187 111 11/10/2023
1.0.186 95 11/10/2023
1.0.185 2,308 11/9/2023
1.0.184 127 11/9/2023
1.0.183 114 11/9/2023
1.0.182 137 11/9/2023
1.0.181 3,870 11/8/2023
1.0.180 1,353 11/7/2023
1.0.179 133 11/7/2023
1.0.178 2,139 11/6/2023
1.0.177 110 11/6/2023
1.0.176 122 11/6/2023
1.0.175 2,033 11/3/2023
1.0.174 122 11/3/2023
1.0.173 134 11/3/2023
1.0.172 2,541 11/2/2023
1.0.171 124 11/2/2023
1.0.170 141 11/2/2023
1.0.169 1,894 11/1/2023
1.0.168 125 11/1/2023
1.0.167 7,818 10/27/2023
1.0.166 1,953 10/26/2023
1.0.165 3,849 10/20/2023
1.0.164 2,314 10/19/2023
1.0.163 120 10/19/2023
1.0.162 1,806 10/18/2023
1.0.161 143 10/18/2023
1.0.160 134 10/18/2023
1.0.159 2,209 10/17/2023
1.0.158 140 10/17/2023
1.0.157 143 10/17/2023
1.0.156 3,020 10/16/2023
1.0.155 143 10/16/2023
1.0.154 146 10/16/2023
1.0.153 3,009 10/13/2023
1.0.152 152 10/13/2023
1.0.151 138 10/13/2023
1.0.150 1,923 10/12/2023
1.0.149 6,471 9/20/2023
1.0.148 1,596 9/19/2023
1.0.147 134 9/19/2023
1.0.146 131 9/19/2023
1.0.145 4,298 9/18/2023
1.0.144 144 9/18/2023
1.0.143 117 9/18/2023
1.0.142 2,213 9/15/2023
1.0.141 2,186 9/14/2023
1.0.140 3,732 9/1/2023
1.0.139 2,757 8/31/2023
1.0.138 141 8/31/2023
1.0.137 2,054 8/30/2023
1.0.136 165 8/30/2023
1.0.135 155 8/30/2023
1.0.134 1,706 8/29/2023
1.0.133 169 8/29/2023
1.0.132 3,833 8/28/2023
1.0.131 159 8/28/2023
1.0.130 2,531 8/25/2023
1.0.129 164 8/25/2023
1.0.128 144 8/25/2023
1.0.127 3,523 8/24/2023
1.0.126 169 8/24/2023
1.0.125 3,775 8/22/2023
1.0.124 1,713 8/21/2023
1.0.123 166 8/21/2023
1.0.122 1,935 8/18/2023
1.0.121 159 8/18/2023
1.0.120 140 8/18/2023
1.0.119 2,650 8/17/2023
1.0.118 136 8/17/2023
1.0.117 160 8/17/2023
1.0.116 125 8/17/2023
1.0.115 7,718 8/11/2023
1.0.114 2,379 8/10/2023
1.0.113 159 8/10/2023
1.0.112 3,212 8/9/2023
1.0.111 186 8/9/2023
1.0.110 1,453 8/8/2023
1.0.109 196 8/8/2023
1.0.108 165 8/8/2023
1.0.107 3,724 8/7/2023
1.0.106 177 8/7/2023
1.0.105 163 8/7/2023
1.0.104 179 8/7/2023
1.0.103 7,295 7/14/2023
1.0.102 2,448 7/13/2023
1.0.101 2,423 7/12/2023
1.0.100 2,201 7/11/2023
1.0.99 177 7/11/2023
1.0.98 3,088 7/10/2023
1.0.97 184 7/10/2023
1.0.96 175 7/10/2023
1.0.95 2,632 7/7/2023
1.0.94 179 7/7/2023
1.0.93 185 7/7/2023
1.0.92 6,268 7/3/2023
1.0.91 2,710 6/30/2023
1.0.90 2,748 6/29/2023
1.0.89 197 6/29/2023
1.0.88 186 6/29/2023
1.0.87 2,338 6/28/2023
1.0.86 181 6/28/2023
1.0.85 188 6/28/2023
1.0.84 4,608 6/27/2023
1.0.83 178 6/27/2023
1.0.82 3,330 6/26/2023
1.0.81 182 6/26/2023
1.0.80 4,299 6/23/2023
1.0.79 3,012 6/22/2023
1.0.78 2,287 6/21/2023
1.0.77 3,783 6/19/2023
1.0.76 3,511 6/15/2023
1.0.75 169 6/15/2023
1.0.74 2,095 6/14/2023
1.0.73 6,201 6/12/2023
1.0.72 2,082 6/9/2023
1.0.71 180 6/9/2023
1.0.70 3,509 6/8/2023
1.0.69 173 6/8/2023
1.0.68 174 6/8/2023
1.0.67 4,543 6/7/2023
1.0.66 186 6/7/2023
1.0.65 173 6/7/2023
1.0.64 174 6/7/2023
1.0.63 2,612 6/6/2023
1.0.62 192 6/6/2023
1.0.61 187 6/6/2023
1.0.60 20,434 5/30/2023
1.0.59 184 5/30/2023
1.0.58 178 5/30/2023
1.0.57 4,762 5/29/2023
1.0.56 182 5/29/2023
1.0.55 191 5/29/2023
1.0.54 3,973 5/26/2023
1.0.53 188 5/26/2023
1.0.52 204 5/26/2023
1.0.51 6,367 5/25/2023
1.0.50 186 5/25/2023
1.0.49 189 5/25/2023
1.0.48 2,839 5/24/2023
1.0.46 194 5/24/2023
1.0.45 193 5/24/2023
1.0.43 3,563 5/23/2023
1.0.42 5,529 5/22/2023
1.0.41 203 5/22/2023
1.0.40 5,554 5/18/2023
1.0.39 3,719 5/17/2023
1.0.38 165 5/17/2023
1.0.37 244 5/17/2023
1.0.36 10,640 4/25/2023
1.0.35 1,325 4/24/2023
1.0.34 1,929 4/21/2023
1.0.33 220 4/21/2023
1.0.32 1,743 4/20/2023
1.0.31 2,353 4/19/2023
1.0.30 1,056 4/18/2023
1.0.29 1,689 4/17/2023
1.0.28 1,225 4/14/2023
1.0.27 1,214 4/13/2023
1.0.26 1,230 4/12/2023
1.0.25 1,536 4/11/2023
1.0.24 291 4/11/2023
1.0.23 1,695 4/10/2023
1.0.22 2,469 4/4/2023
1.0.21 203 4/4/2023
1.0.20 991 4/3/2023
1.0.19 240 4/3/2023
1.0.18 250 4/3/2023
1.0.17 243 4/3/2023
1.0.16 230 4/3/2023
1.0.15 236 4/3/2023
1.0.14 237 4/3/2023
1.0.13 231 4/3/2023
1.0.12 228 4/3/2023
1.0.11 2,074 3/23/2023
1.0.10 565 3/13/2023
1.0.9 322 3/12/2023
1.0.8 257 3/11/2023
1.0.7 246 3/10/2023
1.0.5 430 2/22/2023
1.0.4 478 2/19/2023
1.0.3 462 2/18/2023
1.0.1 389 2/12/2023