Soenneker.Utils.MemoryStream 2.1.540

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

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

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.766 916 10/3/2024
2.1.765 27 10/3/2024
2.1.764 515 10/3/2024
2.1.763 272 10/3/2024
2.1.762 33 10/3/2024
2.1.761 2,427 10/2/2024
2.1.760 215 10/2/2024
2.1.759 789 10/2/2024
2.1.758 33 10/2/2024
2.1.757 1,826 10/1/2024
2.1.756 2,121 10/1/2024
2.1.755 42 10/1/2024
2.1.754 390 10/1/2024
2.1.753 2,162 10/1/2024
2.1.752 168 10/1/2024
2.1.751 296 9/30/2024
2.1.750 1,999 9/30/2024
2.1.749 2,662 9/29/2024
2.1.748 1,706 9/29/2024
2.1.747 63 9/29/2024
2.1.746 459 9/29/2024
2.1.745 1,037 9/29/2024
2.1.744 70 9/29/2024
2.1.743 4,266 9/27/2024
2.1.742 498 9/27/2024
2.1.741 2,212 9/27/2024
2.1.740 69 9/27/2024
2.1.739 300 9/27/2024
2.1.738 496 9/27/2024
2.1.737 91 9/27/2024
2.1.736 67 9/27/2024
2.1.735 4,461 9/27/2024
2.1.734 3,608 9/26/2024
2.1.733 341 9/26/2024
2.1.732 5,890 9/26/2024
2.1.731 110 9/26/2024
2.1.730 1,360 9/26/2024
2.1.729 2,086 9/26/2024
2.1.728 6,745 9/23/2024
2.1.727 440 9/23/2024
2.1.726 743 9/23/2024
2.1.725 922 9/23/2024
2.1.724 1,016 9/23/2024
2.1.723 74 9/23/2024
2.1.722 3,481 9/23/2024
2.1.721 69 9/23/2024
2.1.720 3,010 9/23/2024
2.1.719 72 9/23/2024
2.1.718 715 9/23/2024
2.1.717 71 9/23/2024
2.1.716 71 9/23/2024
2.1.715 834 9/23/2024
2.1.714 68 9/23/2024
2.1.713 74 9/23/2024
2.1.712 2,661 9/23/2024
2.1.711 68 9/23/2024
2.1.710 6,343 9/18/2024
2.1.709 929 9/17/2024
2.1.708 729 9/17/2024
2.1.707 75 9/17/2024
2.1.706 387 9/17/2024
2.1.705 959 9/17/2024
2.1.704 199 9/17/2024
2.1.703 1,952 9/17/2024
2.1.702 82 9/17/2024
2.1.701 2,709 9/17/2024
2.1.700 1,901 9/17/2024
2.1.699 1,103 9/17/2024
2.1.698 1,839 9/17/2024
2.1.697 9,222 9/16/2024
2.1.696 76 9/16/2024
2.1.695 4,043 9/12/2024
2.1.694 88 9/12/2024
2.1.693 963 9/11/2024
2.1.692 164 9/11/2024
2.1.690 5,317 9/11/2024
2.1.689 289 9/11/2024
2.1.688 1,641 9/11/2024
2.1.687 3,252 9/11/2024
2.1.686 7,800 9/10/2024
2.1.685 343 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 578 9/9/2024
2.1.680 84 9/9/2024
2.1.679 302 9/9/2024
2.1.678 3,342 9/9/2024
2.1.677 69 9/9/2024
2.1.676 730 9/9/2024
2.1.675 111 9/9/2024
2.1.674 505 9/9/2024
2.1.673 3,586 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,446 9/7/2024
2.1.667 1,771 9/6/2024
2.1.666 4,614 9/6/2024
2.1.665 81 9/6/2024
2.1.664 1,797 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,315 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,039 9/3/2024
2.1.648 87 9/3/2024
2.1.647 2,948 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,500 8/26/2024
2.1.639 1,105 8/26/2024
2.1.638 4,171 8/21/2024
2.1.637 220 8/21/2024
2.1.636 1,447 8/21/2024
2.1.635 113 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,047 8/20/2024
2.1.630 1,111 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,130 8/19/2024
2.1.622 4,693 8/15/2024
2.1.621 626 8/15/2024
2.1.620 5,917 8/13/2024
2.1.619 570 8/13/2024
2.1.618 4,729 8/7/2024
2.1.617 383 8/6/2024
2.1.616 2,857 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 255 8/1/2024
2.1.609 6,613 7/25/2024
2.1.608 245 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,451 7/24/2024
2.1.598 1,804 7/20/2024
2.1.597 3,990 7/20/2024
2.1.596 5,126 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,789 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 502 7/9/2024
2.1.572 74 7/9/2024
2.1.569 769 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,703 7/9/2024
2.1.564 76 7/9/2024
2.1.563 81 7/9/2024
2.1.562 4,819 7/9/2024
2.1.561 67 7/9/2024
2.1.560 75 7/9/2024
2.1.559 1,365 7/9/2024
2.1.558 358 7/9/2024
2.1.557 79 7/9/2024
2.1.556 2,592 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,239 7/8/2024
2.1.549 77 7/8/2024
2.1.548 155 7/8/2024
2.1.547 2,201 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 996 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,649 7/3/2024
2.1.534 2,008 7/3/2024
2.1.533 79 7/3/2024
2.1.532 628 7/3/2024
2.1.531 2,471 7/3/2024
2.1.530 647 7/3/2024
2.1.529 2,211 6/30/2024
2.1.528 1,486 6/28/2024
2.1.527 4,990 6/22/2024
2.1.526 88 6/22/2024
2.1.525 5,692 6/15/2024
2.1.524 81 6/15/2024
2.1.523 2,093 6/15/2024
2.1.522 3,464 6/14/2024
2.1.521 90 6/14/2024
2.1.520 1,640 6/14/2024
2.1.519 2,180 6/12/2024
2.1.518 4,303 6/1/2024
2.1.517 495 6/1/2024
2.1.516 843 6/1/2024
2.1.515 440 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,587 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,171 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,263 4/29/2024
2.1.446 91 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,164 4/28/2024
2.1.438 98 4/28/2024
2.1.437 1,650 4/28/2024
2.1.436 98 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,912 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,081 4/10/2024
2.1.415 100 4/10/2024
2.1.414 2,126 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,569 3/29/2024
2.1.407 1,172 3/29/2024
2.1.406 2,981 3/25/2024
2.1.405 104 3/25/2024
2.1.404 790 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,512 3/13/2024
2.1.386 325 3/13/2024
2.1.385 110 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 191 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,934 3/11/2024
2.1.376 340 3/11/2024
2.1.375 3,269 3/11/2024
2.1.374 186 3/11/2024
2.1.373 2,809 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,799 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,022 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,703 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 188 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,966 2/25/2024
2.1.352 1,188 2/25/2024
2.1.351 107 2/25/2024
2.1.350 427 2/25/2024
2.1.349 1,796 2/25/2024
2.1.348 1,678 2/23/2024
2.1.347 523 2/23/2024
2.1.346 3,677 2/22/2024
2.1.345 98 2/22/2024
2.1.344 760 2/22/2024
2.1.343 179 2/22/2024
2.1.342 106 2/22/2024
2.1.341 2,148 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 102 2/21/2024
2.1.336 103 2/21/2024
2.1.335 1,877 2/21/2024
2.1.334 696 2/21/2024
2.1.333 95 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 100 2/21/2024
2.1.328 98 2/21/2024
2.1.327 110 2/21/2024
2.1.326 2,499 2/20/2024
2.1.325 103 2/20/2024
2.1.324 2,087 2/20/2024
2.1.323 104 2/20/2024
2.1.322 1,956 2/20/2024
2.1.321 101 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,270 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 101 2/17/2024
2.1.312 1,409 2/17/2024
2.1.311 98 2/17/2024
2.1.310 273 2/17/2024
2.1.309 829 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 98 2/16/2024
2.1.304 2,061 2/16/2024
2.1.303 97 2/16/2024
2.1.302 2,596 2/16/2024
2.1.301 99 2/16/2024
2.1.300 98 2/16/2024
2.1.299 225 2/16/2024
2.1.298 100 2/16/2024
2.1.297 1,253 2/16/2024
2.1.296 97 2/16/2024
2.1.295 3,608 2/14/2024
2.1.294 1,505 2/13/2024
2.1.293 99 2/13/2024
2.1.292 1,412 2/13/2024
2.1.291 1,693 2/13/2024
2.1.290 944 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 114 2/13/2024
2.1.285 3,146 2/12/2024
2.1.284 105 2/12/2024
2.1.283 1,779 2/11/2024
2.1.282 2,041 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,482 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,918 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 124 2/8/2024
2.1.269 103 2/8/2024
2.1.268 3,255 2/8/2024
2.1.267 111 2/8/2024
2.1.266 570 2/8/2024
2.1.265 7,666 2/8/2024
2.1.264 1,342 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 851 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 115 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 612 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 109 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,584 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 106 2/2/2024
2.1.239 4,365 1/31/2024
2.1.238 101 1/31/2024
2.1.237 4,527 1/29/2024
2.1.236 96 1/29/2024
2.1.235 1,981 1/29/2024
2.1.234 100 1/29/2024
2.1.233 1,015 1/29/2024
2.1.232 99 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,200 1/28/2024
2.1.227 1,936 1/28/2024
2.1.226 107 1/28/2024
2.1.225 1,984 1/28/2024
2.1.224 104 1/28/2024
2.1.223 426 1/28/2024
2.1.222 1,774 1/27/2024
2.1.221 100 1/27/2024
2.1.220 363 1/27/2024
2.1.219 3,146 1/27/2024
2.1.218 955 1/27/2024
2.1.217 97 1/27/2024
2.1.216 620 1/27/2024
2.1.215 99 1/27/2024
2.1.214 3,952 1/27/2024
2.1.213 1,897 1/27/2024
2.1.212 96 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 97 1/26/2024
2.1.207 789 1/26/2024
2.1.206 476 1/26/2024
2.1.205 3,231 1/26/2024
2.1.204 98 1/26/2024
2.1.203 2,039 1/26/2024
2.1.202 97 1/26/2024
2.1.201 2,425 1/25/2024
2.1.200 92 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,601 1/25/2024
2.1.195 97 1/25/2024
2.1.194 4,677 1/19/2024
2.1.193 104 1/19/2024
2.1.192 3,991 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 105 1/15/2024
2.1.187 109 1/15/2024
2.1.186 2,132 1/15/2024
2.1.185 111 1/15/2024
2.1.184 1,901 1/15/2024
2.1.183 109 1/15/2024
2.1.182 106 1/15/2024
2.1.181 3,562 1/15/2024
2.1.180 118 1/15/2024
2.1.179 3,426 1/14/2024
2.1.178 112 1/14/2024
2.1.177 4,612 1/13/2024
2.1.176 129 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 504 1/11/2024
2.1.171 4,858 1/7/2024
2.1.170 113 1/7/2024
2.1.169 1,221 1/7/2024
2.1.168 3,078 1/5/2024
2.1.167 1,526 1/5/2024
2.1.166 115 1/5/2024
2.1.165 92 1/5/2024
2.1.164 105 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 108 1/5/2024
2.1.159 5,155 1/3/2024
2.1.158 2,879 1/1/2024
2.1.157 128 1/1/2024
2.1.156 1,538 1/1/2024
2.1.155 2,332 12/28/2023
2.1.154 698 12/28/2023
2.1.153 136 12/28/2023
2.1.152 210 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 131 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 811 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,567 12/25/2023
2.1.139 126 12/25/2023
2.1.138 1,613 12/25/2023
2.1.137 2,151 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 116 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,525 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 122 12/23/2023
2.1.122 105 12/23/2023
2.1.121 337 12/23/2023
2.1.120 118 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 121 12/23/2023
2.1.115 1,461 12/23/2023
2.1.114 124 12/23/2023
2.1.113 6,799 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,488 12/13/2023
2.1.106 919 12/12/2023
2.1.105 1,104 12/11/2023
2.1.104 1,275 12/11/2023
2.1.103 327 12/11/2023
2.1.102 473 12/11/2023
2.1.101 274 12/10/2023
2.1.100 107 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,006 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,325 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 930 12/6/2023
2.1.81 129 12/6/2023
2.1.80 2,227 12/6/2023
2.1.79 650 12/5/2023
2.1.78 1,222 12/5/2023
2.1.77 713 12/5/2023
2.1.76 1,224 12/5/2023
2.1.75 1,358 12/5/2023
2.1.74 362 12/5/2023
2.1.73 231 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 147 12/4/2023
2.1.68 821 12/4/2023
2.1.67 132 12/4/2023
2.1.66 3,901 12/4/2023
2.1.65 2,237 11/27/2023
2.1.64 574 11/27/2023
2.1.63 2,446 11/23/2023
2.1.62 132 11/23/2023
2.1.61 603 11/23/2023
2.1.60 679 11/23/2023
2.1.59 132 11/23/2023
2.1.58 1,517 11/23/2023
2.1.57 138 11/23/2023
2.1.56 137 11/23/2023
2.1.55 123 11/23/2023
2.1.54 1,548 11/23/2023
2.1.53 139 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 116 11/20/2023
2.1.48 123 11/20/2023
2.1.47 1,933 11/20/2023
2.1.46 2,126 11/19/2023
2.1.45 117 11/19/2023
2.1.44 1,822 11/19/2023
2.1.43 260 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,342 11/19/2023
2.1.38 111 11/19/2023
2.1.37 3,593 11/18/2023
2.1.36 128 11/18/2023
2.1.35 137 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 508 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,393 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 136 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,156 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,316 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 122 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,273 11/15/2023
2.0.195 131 11/15/2023
2.0.194 133 11/15/2023
2.0.193 128 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,724 11/14/2023
1.0.191 133 11/14/2023
1.0.190 4,631 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 113 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 132 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,032 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,952 10/26/2023
1.0.165 3,849 10/20/2023
1.0.164 2,314 10/19/2023
1.0.163 119 10/19/2023
1.0.162 1,806 10/18/2023
1.0.161 142 10/18/2023
1.0.160 134 10/18/2023
1.0.159 2,208 10/17/2023
1.0.158 139 10/17/2023
1.0.157 143 10/17/2023
1.0.156 3,020 10/16/2023
1.0.155 142 10/16/2023
1.0.154 146 10/16/2023
1.0.153 3,008 10/13/2023
1.0.152 151 10/13/2023
1.0.151 138 10/13/2023
1.0.150 1,923 10/12/2023
1.0.149 6,470 9/20/2023
1.0.148 1,596 9/19/2023
1.0.147 133 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 168 8/29/2023
1.0.132 3,833 8/28/2023
1.0.131 158 8/28/2023
1.0.130 2,531 8/25/2023
1.0.129 164 8/25/2023
1.0.128 143 8/25/2023
1.0.127 3,523 8/24/2023
1.0.126 168 8/24/2023
1.0.125 3,775 8/22/2023
1.0.124 1,712 8/21/2023
1.0.123 166 8/21/2023
1.0.122 1,935 8/18/2023
1.0.121 158 8/18/2023
1.0.120 140 8/18/2023
1.0.119 2,649 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,207 8/9/2023
1.0.111 180 8/9/2023
1.0.110 1,452 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,294 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 176 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,631 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,709 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 180 6/28/2023
1.0.85 188 6/28/2023
1.0.84 4,607 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,298 6/23/2023
1.0.79 3,012 6/22/2023
1.0.78 2,287 6/21/2023
1.0.77 3,782 6/19/2023
1.0.76 3,511 6/15/2023
1.0.75 168 6/15/2023
1.0.74 2,095 6/14/2023
1.0.73 6,197 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 172 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 186 6/6/2023
1.0.60 20,430 5/30/2023
1.0.59 184 5/30/2023
1.0.58 178 5/30/2023
1.0.57 4,761 5/29/2023
1.0.56 182 5/29/2023
1.0.55 190 5/29/2023
1.0.54 3,973 5/26/2023
1.0.53 186 5/26/2023
1.0.52 203 5/26/2023
1.0.51 6,365 5/25/2023
1.0.50 186 5/25/2023
1.0.49 189 5/25/2023
1.0.48 2,838 5/24/2023
1.0.46 193 5/24/2023
1.0.45 193 5/24/2023
1.0.43 3,562 5/23/2023
1.0.42 5,529 5/22/2023
1.0.41 202 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 243 5/17/2023
1.0.36 10,638 4/25/2023
1.0.35 1,325 4/24/2023
1.0.34 1,929 4/21/2023
1.0.33 217 4/21/2023
1.0.32 1,741 4/20/2023
1.0.31 2,351 4/19/2023
1.0.30 1,056 4/18/2023
1.0.29 1,688 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,533 4/11/2023
1.0.24 291 4/11/2023
1.0.23 1,695 4/10/2023
1.0.22 2,468 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 241 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 230 4/3/2023
1.0.12 228 4/3/2023
1.0.11 2,074 3/23/2023
1.0.10 563 3/13/2023
1.0.9 321 3/12/2023
1.0.8 255 3/11/2023
1.0.7 246 3/10/2023
1.0.5 430 2/22/2023
1.0.4 477 2/19/2023
1.0.3 462 2/18/2023
1.0.1 389 2/12/2023