Soenneker.Utils.MemoryStream 2.1.610

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

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

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.734 0 9/26/2024
2.1.733 0 9/26/2024
2.1.732 414 9/26/2024
2.1.731 43 9/26/2024
2.1.730 378 9/26/2024
2.1.729 832 9/26/2024
2.1.728 3,045 9/23/2024
2.1.727 401 9/23/2024
2.1.726 655 9/23/2024
2.1.725 794 9/23/2024
2.1.724 903 9/23/2024
2.1.723 70 9/23/2024
2.1.722 2,596 9/23/2024
2.1.721 65 9/23/2024
2.1.720 2,431 9/23/2024
2.1.719 68 9/23/2024
2.1.718 626 9/23/2024
2.1.717 66 9/23/2024
2.1.716 67 9/23/2024
2.1.715 740 9/23/2024
2.1.714 64 9/23/2024
2.1.713 70 9/23/2024
2.1.712 2,372 9/23/2024
2.1.711 64 9/23/2024
2.1.710 5,579 9/18/2024
2.1.709 880 9/17/2024
2.1.708 662 9/17/2024
2.1.707 71 9/17/2024
2.1.706 363 9/17/2024
2.1.705 844 9/17/2024
2.1.704 182 9/17/2024
2.1.703 1,775 9/17/2024
2.1.702 78 9/17/2024
2.1.701 2,413 9/17/2024
2.1.700 1,733 9/17/2024
2.1.699 1,001 9/17/2024
2.1.698 1,657 9/17/2024
2.1.697 8,003 9/16/2024
2.1.696 72 9/16/2024
2.1.695 3,618 9/12/2024
2.1.694 84 9/12/2024
2.1.693 864 9/11/2024
2.1.692 150 9/11/2024
2.1.690 4,963 9/11/2024
2.1.689 266 9/11/2024
2.1.688 1,506 9/11/2024
2.1.687 2,961 9/11/2024
2.1.686 6,919 9/10/2024
2.1.685 310 9/10/2024
2.1.684 545 9/10/2024
2.1.683 349 9/10/2024
2.1.682 79 9/10/2024
2.1.681 527 9/9/2024
2.1.680 80 9/9/2024
2.1.679 274 9/9/2024
2.1.678 3,139 9/9/2024
2.1.677 65 9/9/2024
2.1.676 652 9/9/2024
2.1.675 103 9/9/2024
2.1.674 453 9/9/2024
2.1.673 3,350 9/9/2024
2.1.672 79 9/9/2024
2.1.671 187 9/9/2024
2.1.670 76 9/9/2024
2.1.669 73 9/9/2024
2.1.668 9,508 9/7/2024
2.1.667 1,587 9/6/2024
2.1.666 4,196 9/6/2024
2.1.665 77 9/6/2024
2.1.664 1,658 9/5/2024
2.1.663 972 9/5/2024
2.1.662 63 9/5/2024
2.1.661 76 9/5/2024
2.1.660 1,860 9/5/2024
2.1.659 2,089 9/5/2024
2.1.658 90 9/5/2024
2.1.657 78 9/5/2024
2.1.656 530 9/5/2024
2.1.655 86 9/5/2024
2.1.654 87 9/5/2024
2.1.653 4,058 9/5/2024
2.1.652 86 9/5/2024
2.1.651 3,271 9/4/2024
2.1.650 3,382 9/4/2024
2.1.649 3,690 9/3/2024
2.1.648 83 9/3/2024
2.1.647 2,717 9/3/2024
2.1.646 73 9/3/2024
2.1.645 1,930 9/3/2024
2.1.644 1,306 9/3/2024
2.1.643 61 9/3/2024
2.1.642 4,177 8/29/2024
2.1.641 75 8/29/2024
2.1.640 4,048 8/26/2024
2.1.639 1,022 8/26/2024
2.1.638 3,790 8/21/2024
2.1.637 217 8/21/2024
2.1.636 1,308 8/21/2024
2.1.635 110 8/21/2024
2.1.634 914 8/20/2024
2.1.633 100 8/20/2024
2.1.632 117 8/20/2024
2.1.631 1,833 8/20/2024
2.1.630 989 8/20/2024
2.1.629 98 8/20/2024
2.1.628 82 8/20/2024
2.1.627 93 8/20/2024
2.1.626 2,120 8/20/2024
2.1.625 97 8/20/2024
2.1.624 3,899 8/20/2024
2.1.623 1,918 8/19/2024
2.1.622 4,227 8/15/2024
2.1.621 577 8/15/2024
2.1.620 5,287 8/13/2024
2.1.619 534 8/13/2024
2.1.618 4,313 8/7/2024
2.1.617 359 8/6/2024
2.1.616 2,550 8/6/2024
2.1.615 65 8/6/2024
2.1.614 3,178 8/1/2024
2.1.613 424 8/1/2024
2.1.611 269 8/1/2024
2.1.610 251 8/1/2024
2.1.609 5,885 7/25/2024
2.1.608 231 7/25/2024
2.1.607 427 7/25/2024
2.1.606 79 7/25/2024
2.1.605 612 7/25/2024
2.1.604 63 7/25/2024
2.1.603 133 7/24/2024
2.1.602 358 7/24/2024
2.1.601 169 7/24/2024
2.1.600 993 7/24/2024
2.1.599 2,176 7/24/2024
2.1.598 1,619 7/20/2024
2.1.597 3,401 7/20/2024
2.1.596 4,604 7/14/2024
2.1.595 79 7/14/2024
2.1.594 2,511 7/14/2024
2.1.593 67 7/14/2024
2.1.592 432 7/14/2024
2.1.591 3,458 7/10/2024
2.1.590 229 7/10/2024
2.1.589 559 7/10/2024
2.1.588 66 7/10/2024
2.1.587 1,918 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 898 7/10/2024
2.1.582 56 7/10/2024
2.1.581 124 7/10/2024
2.1.580 72 7/10/2024
2.1.579 66 7/10/2024
2.1.578 836 7/10/2024
2.1.577 71 7/10/2024
2.1.576 813 7/10/2024
2.1.575 81 7/10/2024
2.1.574 73 7/10/2024
2.1.573 462 7/9/2024
2.1.572 74 7/9/2024
2.1.569 721 7/9/2024
2.1.568 62 7/9/2024
2.1.567 622 7/9/2024
2.1.566 71 7/9/2024
2.1.565 4,241 7/9/2024
2.1.564 76 7/9/2024
2.1.563 81 7/9/2024
2.1.562 4,318 7/9/2024
2.1.561 67 7/9/2024
2.1.560 75 7/9/2024
2.1.559 1,225 7/9/2024
2.1.558 356 7/9/2024
2.1.557 79 7/9/2024
2.1.556 2,385 7/8/2024
2.1.555 78 7/8/2024
2.1.554 77 7/8/2024
2.1.553 460 7/8/2024
2.1.552 77 7/8/2024
2.1.551 67 7/8/2024
2.1.550 4,688 7/8/2024
2.1.549 73 7/8/2024
2.1.548 149 7/8/2024
2.1.547 1,975 7/7/2024
2.1.546 1,465 7/7/2024
2.1.545 79 7/7/2024
2.1.544 432 7/7/2024
2.1.543 72 7/7/2024
2.1.542 954 7/7/2024
2.1.541 223 7/7/2024
2.1.540 77 7/7/2024
2.1.539 73 7/7/2024
2.1.538 1,381 7/7/2024
2.1.537 5,247 7/4/2024
2.1.536 826 7/3/2024
2.1.535 1,442 7/3/2024
2.1.534 1,829 7/3/2024
2.1.533 79 7/3/2024
2.1.532 573 7/3/2024
2.1.531 2,161 7/3/2024
2.1.530 569 7/3/2024
2.1.529 1,955 6/30/2024
2.1.528 1,303 6/28/2024
2.1.527 4,445 6/22/2024
2.1.526 88 6/22/2024
2.1.525 5,128 6/15/2024
2.1.524 81 6/15/2024
2.1.523 1,871 6/15/2024
2.1.522 3,112 6/14/2024
2.1.521 90 6/14/2024
2.1.520 1,485 6/14/2024
2.1.519 1,965 6/12/2024
2.1.518 3,888 6/1/2024
2.1.517 465 6/1/2024
2.1.516 789 6/1/2024
2.1.515 426 6/1/2024
2.1.514 89 6/1/2024
2.1.513 1,464 6/1/2024
2.1.512 3,827 5/31/2024
2.1.511 91 5/31/2024
2.1.510 3,436 5/29/2024
2.1.509 83 5/29/2024
2.1.508 4,084 5/28/2024
2.1.507 68 5/28/2024
2.1.506 2,421 5/27/2024
2.1.505 66 5/27/2024
2.1.504 68 5/27/2024
2.1.503 1,114 5/27/2024
2.1.502 2,800 5/26/2024
2.1.501 73 5/26/2024
2.1.500 4,077 5/26/2024
2.1.499 76 5/26/2024
2.1.498 1,079 5/26/2024
2.1.497 198 5/25/2024
2.1.496 76 5/25/2024
2.1.495 1,090 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,683 5/25/2024
2.1.490 77 5/25/2024
2.1.489 83 5/25/2024
2.1.488 957 5/25/2024
2.1.487 71 5/25/2024
2.1.486 83 5/25/2024
2.1.485 882 5/25/2024
2.1.484 78 5/25/2024
2.1.483 75 5/25/2024
2.1.482 5,560 5/23/2024
2.1.481 407 5/23/2024
2.1.480 1,453 5/23/2024
2.1.479 79 5/23/2024
2.1.478 1,113 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,506 5/22/2024
2.1.472 77 5/22/2024
2.1.471 75 5/22/2024
2.1.470 856 5/22/2024
2.1.469 81 5/22/2024
2.1.468 3,465 5/22/2024
2.1.467 3,147 5/18/2024
2.1.466 128 5/18/2024
2.1.465 887 5/17/2024
2.1.464 96 5/17/2024
2.1.463 1,552 5/17/2024
2.1.462 103 5/17/2024
2.1.461 100 5/17/2024
2.1.460 2,820 5/16/2024
2.1.459 173 5/16/2024
2.1.458 94 5/16/2024
2.1.457 1,329 5/15/2024
2.1.456 1,081 5/15/2024
2.1.455 102 5/15/2024
2.1.454 4,518 5/13/2024
2.1.453 70 5/13/2024
2.1.452 2,849 5/3/2024
2.1.451 2,571 4/30/2024
2.1.450 343 4/29/2024
2.1.449 1,398 4/29/2024
2.1.448 101 4/29/2024
2.1.447 2,924 4/29/2024
2.1.446 91 4/28/2024
2.1.445 94 4/28/2024
2.1.444 449 4/28/2024
2.1.443 109 4/28/2024
2.1.442 1,464 4/28/2024
2.1.441 100 4/28/2024
2.1.440 90 4/28/2024
2.1.439 2,766 4/28/2024
2.1.438 98 4/28/2024
2.1.437 1,429 4/28/2024
2.1.436 98 4/28/2024
2.1.435 105 4/28/2024
2.1.434 405 4/28/2024
2.1.433 95 4/28/2024
2.1.432 93 4/28/2024
2.1.431 2,271 4/27/2024
2.1.430 105 4/27/2024
2.1.429 5,553 4/19/2024
2.1.428 99 4/19/2024
2.1.427 3,070 4/19/2024
2.1.426 769 4/18/2024
2.1.425 3,220 4/15/2024
2.1.424 2,125 4/12/2024
2.1.423 1,562 4/12/2024
2.1.422 1,320 4/12/2024
2.1.421 91 4/12/2024
2.1.420 1,773 4/12/2024
2.1.419 115 4/12/2024
2.1.418 628 4/12/2024
2.1.417 524 4/11/2024
2.1.416 6,211 4/10/2024
2.1.415 100 4/10/2024
2.1.414 1,856 4/9/2024
2.1.413 3,186 4/2/2024
2.1.412 109 4/2/2024
2.1.411 297 4/1/2024
2.1.410 99 4/1/2024
2.1.409 212 4/1/2024
2.1.408 4,994 3/29/2024
2.1.407 1,078 3/29/2024
2.1.406 2,665 3/25/2024
2.1.405 104 3/25/2024
2.1.404 713 3/25/2024
2.1.403 1,257 3/25/2024
2.1.402 3,282 3/20/2024
2.1.401 111 3/20/2024
2.1.400 3,296 3/19/2024
2.1.399 116 3/19/2024
2.1.398 1,481 3/19/2024
2.1.397 118 3/19/2024
2.1.396 1,183 3/19/2024
2.1.395 1,271 3/18/2024
2.1.394 839 3/18/2024
2.1.393 3,752 3/15/2024
2.1.392 114 3/15/2024
2.1.391 3,270 3/13/2024
2.1.390 518 3/13/2024
2.1.389 379 3/13/2024
2.1.388 110 3/13/2024
2.1.387 1,409 3/13/2024
2.1.386 313 3/13/2024
2.1.385 110 3/13/2024
2.1.384 119 3/13/2024
2.1.383 2,545 3/13/2024
2.1.382 111 3/13/2024
2.1.381 184 3/12/2024
2.1.380 107 3/12/2024
2.1.379 2,524 3/12/2024
2.1.378 106 3/12/2024
2.1.377 3,634 3/11/2024
2.1.376 324 3/11/2024
2.1.375 2,975 3/11/2024
2.1.374 173 3/11/2024
2.1.373 2,566 3/10/2024
2.1.372 1,247 3/10/2024
2.1.371 2,969 3/8/2024
2.1.370 118 3/8/2024
2.1.369 1,657 3/8/2024
2.1.368 1,193 3/8/2024
2.1.367 102 3/8/2024
2.1.366 1,854 3/8/2024
2.1.365 1,883 3/6/2024
2.1.364 358 3/6/2024
2.1.363 3,228 3/4/2024
2.1.362 110 3/4/2024
2.1.361 1,551 3/4/2024
2.1.360 111 3/4/2024
2.1.359 2,107 3/3/2024
2.1.358 1,973 3/3/2024
2.1.357 182 3/2/2024
2.1.356 113 3/2/2024
2.1.355 1,716 3/2/2024
2.1.354 114 3/2/2024
2.1.353 12,798 2/25/2024
2.1.352 1,078 2/25/2024
2.1.351 107 2/25/2024
2.1.350 407 2/25/2024
2.1.349 1,653 2/25/2024
2.1.348 1,569 2/23/2024
2.1.347 481 2/23/2024
2.1.346 3,427 2/22/2024
2.1.345 98 2/22/2024
2.1.344 698 2/22/2024
2.1.343 179 2/22/2024
2.1.342 106 2/22/2024
2.1.341 2,012 2/21/2024
2.1.340 106 2/21/2024
2.1.339 1,803 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,758 2/21/2024
2.1.334 653 2/21/2024
2.1.333 95 2/21/2024
2.1.332 94 2/21/2024
2.1.331 1,591 2/21/2024
2.1.330 1,754 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,286 2/20/2024
2.1.325 103 2/20/2024
2.1.324 1,962 2/20/2024
2.1.323 104 2/20/2024
2.1.322 1,828 2/20/2024
2.1.321 101 2/20/2024
2.1.320 101 2/20/2024
2.1.319 818 2/20/2024
2.1.318 260 2/19/2024
2.1.317 3,052 2/19/2024
2.1.316 104 2/19/2024
2.1.315 2,047 2/19/2024
2.1.314 2,307 2/17/2024
2.1.313 101 2/17/2024
2.1.312 1,285 2/17/2024
2.1.311 98 2/17/2024
2.1.310 266 2/17/2024
2.1.309 783 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 1,953 2/16/2024
2.1.303 97 2/16/2024
2.1.302 2,404 2/16/2024
2.1.301 99 2/16/2024
2.1.300 98 2/16/2024
2.1.299 219 2/16/2024
2.1.298 100 2/16/2024
2.1.297 1,161 2/16/2024
2.1.296 97 2/16/2024
2.1.295 3,383 2/14/2024
2.1.294 1,428 2/13/2024
2.1.293 99 2/13/2024
2.1.292 1,301 2/13/2024
2.1.291 1,570 2/13/2024
2.1.290 912 2/13/2024
2.1.289 107 2/13/2024
2.1.288 1,773 2/13/2024
2.1.287 1,096 2/13/2024
2.1.286 114 2/13/2024
2.1.285 2,925 2/12/2024
2.1.284 105 2/12/2024
2.1.283 1,665 2/11/2024
2.1.282 1,907 2/11/2024
2.1.281 105 2/11/2024
2.1.280 1,809 2/11/2024
2.1.279 1,227 2/11/2024
2.1.278 3,220 2/10/2024
2.1.277 317 2/10/2024
2.1.276 108 2/10/2024
2.1.275 1,073 2/9/2024
2.1.274 2,695 2/9/2024
2.1.273 103 2/9/2024
2.1.272 2,167 2/9/2024
2.1.271 572 2/9/2024
2.1.270 118 2/8/2024
2.1.269 103 2/8/2024
2.1.268 3,075 2/8/2024
2.1.267 111 2/8/2024
2.1.266 549 2/8/2024
2.1.265 6,831 2/8/2024
2.1.264 1,244 2/8/2024
2.1.263 109 2/8/2024
2.1.262 3,798 2/7/2024
2.1.261 114 2/7/2024
2.1.260 822 2/7/2024
2.1.259 1,828 2/7/2024
2.1.258 542 2/7/2024
2.1.257 116 2/7/2024
2.1.256 115 2/7/2024
2.1.255 211 2/7/2024
2.1.254 107 2/7/2024
2.1.253 106 2/7/2024
2.1.252 575 2/6/2024
2.1.251 105 2/6/2024
2.1.250 891 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 5,669 2/5/2024
2.1.245 202 2/5/2024
2.1.244 1,489 2/4/2024
2.1.243 1,720 2/4/2024
2.1.242 642 2/4/2024
2.1.241 3,119 2/2/2024
2.1.240 106 2/2/2024
2.1.239 4,079 1/31/2024
2.1.238 101 1/31/2024
2.1.237 4,234 1/29/2024
2.1.236 96 1/29/2024
2.1.235 1,871 1/29/2024
2.1.234 100 1/29/2024
2.1.233 940 1/29/2024
2.1.232 99 1/29/2024
2.1.231 1,623 1/28/2024
2.1.230 1,736 1/28/2024
2.1.229 104 1/28/2024
2.1.228 1,128 1/28/2024
2.1.227 1,826 1/28/2024
2.1.226 107 1/28/2024
2.1.225 1,898 1/28/2024
2.1.224 104 1/28/2024
2.1.223 409 1/28/2024
2.1.222 1,628 1/27/2024
2.1.221 100 1/27/2024
2.1.220 350 1/27/2024
2.1.219 2,988 1/27/2024
2.1.218 905 1/27/2024
2.1.217 95 1/27/2024
2.1.216 584 1/27/2024
2.1.215 99 1/27/2024
2.1.214 3,765 1/27/2024
2.1.213 1,773 1/27/2024
2.1.212 96 1/27/2024
2.1.211 1,083 1/26/2024
2.1.210 100 1/26/2024
2.1.209 1,023 1/26/2024
2.1.208 97 1/26/2024
2.1.207 749 1/26/2024
2.1.206 434 1/26/2024
2.1.205 3,091 1/26/2024
2.1.204 98 1/26/2024
2.1.203 1,934 1/26/2024
2.1.202 97 1/26/2024
2.1.201 2,248 1/25/2024
2.1.200 92 1/25/2024
2.1.199 1,733 1/25/2024
2.1.198 262 1/25/2024
2.1.197 99 1/25/2024
2.1.196 4,335 1/25/2024
2.1.195 97 1/25/2024
2.1.194 4,364 1/19/2024
2.1.193 104 1/19/2024
2.1.192 3,714 1/16/2024
2.1.191 1,609 1/15/2024
2.1.190 113 1/15/2024
2.1.189 309 1/15/2024
2.1.188 105 1/15/2024
2.1.187 109 1/15/2024
2.1.186 2,033 1/15/2024
2.1.185 111 1/15/2024
2.1.184 1,800 1/15/2024
2.1.183 109 1/15/2024
2.1.182 106 1/15/2024
2.1.181 3,390 1/15/2024
2.1.180 118 1/15/2024
2.1.179 3,250 1/14/2024
2.1.178 112 1/14/2024
2.1.177 4,330 1/13/2024
2.1.176 117 1/13/2024
2.1.175 3,068 1/12/2024
2.1.174 107 1/12/2024
2.1.173 3,630 1/11/2024
2.1.172 480 1/11/2024
2.1.171 4,555 1/7/2024
2.1.170 113 1/7/2024
2.1.169 1,166 1/7/2024
2.1.168 2,923 1/5/2024
2.1.167 1,446 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,697 1/5/2024
2.1.162 107 1/5/2024
2.1.161 111 1/5/2024
2.1.160 105 1/5/2024
2.1.159 4,840 1/3/2024
2.1.158 2,686 1/1/2024
2.1.157 127 1/1/2024
2.1.156 1,488 1/1/2024
2.1.155 2,182 12/28/2023
2.1.154 659 12/28/2023
2.1.153 135 12/28/2023
2.1.152 209 12/28/2023
2.1.151 123 12/28/2023
2.1.150 123 12/28/2023
2.1.149 2,724 12/28/2023
2.1.148 130 12/28/2023
2.1.147 820 12/28/2023
2.1.146 121 12/28/2023
2.1.145 122 12/28/2023
2.1.144 778 12/27/2023
2.1.143 133 12/27/2023
2.1.142 2,122 12/27/2023
2.1.141 129 12/27/2023
2.1.140 4,300 12/25/2023
2.1.139 125 12/25/2023
2.1.138 1,523 12/25/2023
2.1.137 2,061 12/25/2023
2.1.136 113 12/25/2023
2.1.135 111 12/25/2023
2.1.134 1,554 12/25/2023
2.1.133 123 12/25/2023
2.1.132 115 12/25/2023
2.1.131 204 12/25/2023
2.1.130 125 12/25/2023
2.1.129 4,725 12/24/2023
2.1.128 1,416 12/24/2023
2.1.127 477 12/24/2023
2.1.126 2,079 12/23/2023
2.1.125 1,436 12/23/2023
2.1.124 566 12/23/2023
2.1.123 121 12/23/2023
2.1.122 104 12/23/2023
2.1.121 327 12/23/2023
2.1.120 117 12/23/2023
2.1.119 117 12/23/2023
2.1.118 116 12/23/2023
2.1.117 878 12/23/2023
2.1.116 120 12/23/2023
2.1.115 1,410 12/23/2023
2.1.114 122 12/23/2023
2.1.113 6,492 12/19/2023
2.1.112 100 12/19/2023
2.1.111 814 12/19/2023
2.1.110 111 12/19/2023
2.1.109 1,419 12/19/2023
2.1.108 314 12/18/2023
2.1.107 2,354 12/13/2023
2.1.106 884 12/12/2023
2.1.105 1,057 12/11/2023
2.1.104 1,189 12/11/2023
2.1.103 326 12/11/2023
2.1.102 452 12/11/2023
2.1.101 259 12/10/2023
2.1.100 106 12/10/2023
2.1.99 127 12/10/2023
2.1.98 136 12/10/2023
2.1.97 4,503 12/10/2023
2.1.96 3,026 12/10/2023
2.1.95 988 12/9/2023
2.1.94 968 12/9/2023
2.1.93 1,486 12/9/2023
2.1.92 139 12/9/2023
2.1.91 133 12/9/2023
2.1.90 113 12/9/2023
2.1.89 119 12/9/2023
2.1.88 1,161 12/9/2023
2.1.87 120 12/9/2023
2.1.86 3,217 12/9/2023
2.1.85 127 12/9/2023
2.1.84 4,917 12/6/2023
2.1.83 615 12/6/2023
2.1.82 877 12/6/2023
2.1.81 128 12/6/2023
2.1.80 2,161 12/6/2023
2.1.79 619 12/5/2023
2.1.78 1,195 12/5/2023
2.1.77 654 12/5/2023
2.1.76 1,181 12/5/2023
2.1.75 1,302 12/5/2023
2.1.74 361 12/5/2023
2.1.73 230 12/4/2023
2.1.72 145 12/4/2023
2.1.71 129 12/4/2023
2.1.70 3,578 12/4/2023
2.1.69 146 12/4/2023
2.1.68 774 12/4/2023
2.1.67 131 12/4/2023
2.1.66 3,751 12/4/2023
2.1.65 2,109 11/27/2023
2.1.64 546 11/27/2023
2.1.63 2,330 11/23/2023
2.1.62 131 11/23/2023
2.1.61 568 11/23/2023
2.1.60 641 11/23/2023
2.1.59 131 11/23/2023
2.1.58 1,483 11/23/2023
2.1.57 137 11/23/2023
2.1.56 136 11/23/2023
2.1.55 122 11/23/2023
2.1.54 1,456 11/23/2023
2.1.53 138 11/23/2023
2.1.52 4,067 11/20/2023
2.1.51 135 11/20/2023
2.1.50 2,585 11/20/2023
2.1.49 115 11/20/2023
2.1.48 122 11/20/2023
2.1.47 1,809 11/20/2023
2.1.46 2,031 11/19/2023
2.1.45 116 11/19/2023
2.1.44 1,727 11/19/2023
2.1.43 251 11/19/2023
2.1.42 124 11/19/2023
2.1.41 133 11/19/2023
2.1.40 131 11/19/2023
2.1.39 3,202 11/19/2023
2.1.38 110 11/19/2023
2.1.37 3,361 11/18/2023
2.1.36 127 11/18/2023
2.1.35 136 11/18/2023
2.1.34 2,756 11/18/2023
2.1.33 132 11/18/2023
2.1.32 135 11/18/2023
2.1.31 507 11/18/2023
2.1.30 126 11/18/2023
2.1.29 110 11/18/2023
2.1.28 131 11/18/2023
2.1.27 1,330 11/17/2023
2.1.26 112 11/17/2023
2.1.25 1,624 11/17/2023
2.1.24 128 11/17/2023
2.1.23 135 11/17/2023
2.1.22 298 11/17/2023
2.1.21 131 11/17/2023
2.1.20 127 11/17/2023
2.1.19 2,948 11/17/2023
2.1.18 126 11/17/2023
2.1.17 1,292 11/17/2023
2.1.16 134 11/17/2023
2.1.15 1,271 11/17/2023
2.1.14 126 11/17/2023
2.1.13 121 11/17/2023
2.1.12 805 11/17/2023
2.1.11 121 11/17/2023
2.1.10 92 11/17/2023
2.1.9 2,341 11/17/2023
2.1.8 523 11/17/2023
2.1.7 129 11/17/2023
2.1.6 1,029 11/16/2023
2.1.5 125 11/16/2023
2.0.196 2,200 11/15/2023
2.0.195 130 11/15/2023
2.0.194 132 11/15/2023
2.0.193 127 11/15/2023
2.0.4 115 11/16/2023
2.0.3 115 11/16/2023
2.0.2 126 11/16/2023
2.0.1 124 11/16/2023
1.0.192 1,656 11/14/2023
1.0.191 132 11/14/2023
1.0.190 4,484 11/13/2023
1.0.189 122 11/13/2023
1.0.188 1,024 11/10/2023
1.0.187 110 11/10/2023
1.0.186 94 11/10/2023
1.0.185 2,268 11/9/2023
1.0.184 126 11/9/2023
1.0.183 112 11/9/2023
1.0.182 131 11/9/2023
1.0.181 3,707 11/8/2023
1.0.180 1,298 11/7/2023
1.0.179 131 11/7/2023
1.0.178 2,021 11/6/2023
1.0.177 109 11/6/2023
1.0.176 121 11/6/2023
1.0.175 1,984 11/3/2023
1.0.174 121 11/3/2023
1.0.173 133 11/3/2023
1.0.172 2,485 11/2/2023
1.0.171 123 11/2/2023
1.0.170 140 11/2/2023
1.0.169 1,839 11/1/2023
1.0.168 124 11/1/2023
1.0.167 7,408 10/27/2023
1.0.166 1,907 10/26/2023
1.0.165 3,654 10/20/2023
1.0.164 2,264 10/19/2023
1.0.163 118 10/19/2023
1.0.162 1,756 10/18/2023
1.0.161 132 10/18/2023
1.0.160 133 10/18/2023
1.0.159 2,120 10/17/2023
1.0.158 138 10/17/2023
1.0.157 142 10/17/2023
1.0.156 2,928 10/16/2023
1.0.155 141 10/16/2023
1.0.154 145 10/16/2023
1.0.153 2,913 10/13/2023
1.0.152 150 10/13/2023
1.0.151 137 10/13/2023
1.0.150 1,821 10/12/2023
1.0.149 6,146 9/20/2023
1.0.148 1,554 9/19/2023
1.0.147 132 9/19/2023
1.0.146 130 9/19/2023
1.0.145 4,220 9/18/2023
1.0.144 143 9/18/2023
1.0.143 116 9/18/2023
1.0.142 2,101 9/15/2023
1.0.141 2,118 9/14/2023
1.0.140 3,567 9/1/2023
1.0.139 2,686 8/31/2023
1.0.138 140 8/31/2023
1.0.137 2,014 8/30/2023
1.0.136 164 8/30/2023
1.0.135 154 8/30/2023
1.0.134 1,659 8/29/2023
1.0.133 167 8/29/2023
1.0.132 3,720 8/28/2023
1.0.131 157 8/28/2023
1.0.130 2,494 8/25/2023
1.0.129 162 8/25/2023
1.0.128 142 8/25/2023
1.0.127 3,381 8/24/2023
1.0.126 167 8/24/2023
1.0.125 3,628 8/22/2023
1.0.124 1,654 8/21/2023
1.0.123 165 8/21/2023
1.0.122 1,897 8/18/2023
1.0.121 157 8/18/2023
1.0.120 139 8/18/2023
1.0.119 2,567 8/17/2023
1.0.118 135 8/17/2023
1.0.117 159 8/17/2023
1.0.116 124 8/17/2023
1.0.115 7,435 8/11/2023
1.0.114 2,316 8/10/2023
1.0.113 158 8/10/2023
1.0.112 3,133 8/9/2023
1.0.111 179 8/9/2023
1.0.110 1,413 8/8/2023
1.0.109 185 8/8/2023
1.0.108 164 8/8/2023
1.0.107 3,609 8/7/2023
1.0.106 176 8/7/2023
1.0.105 162 8/7/2023
1.0.104 178 8/7/2023
1.0.103 6,964 7/14/2023
1.0.102 2,407 7/13/2023
1.0.101 2,343 7/12/2023
1.0.100 2,139 7/11/2023
1.0.99 175 7/11/2023
1.0.98 3,002 7/10/2023
1.0.97 177 7/10/2023
1.0.96 174 7/10/2023
1.0.95 2,567 7/7/2023
1.0.94 178 7/7/2023
1.0.93 184 7/7/2023
1.0.92 5,992 7/3/2023
1.0.91 2,670 6/30/2023
1.0.90 2,662 6/29/2023
1.0.89 196 6/29/2023
1.0.88 185 6/29/2023
1.0.87 2,306 6/28/2023
1.0.86 179 6/28/2023
1.0.85 187 6/28/2023
1.0.84 4,526 6/27/2023
1.0.83 177 6/27/2023
1.0.82 3,234 6/26/2023
1.0.81 181 6/26/2023
1.0.80 4,209 6/23/2023
1.0.79 2,884 6/22/2023
1.0.78 2,228 6/21/2023
1.0.77 3,706 6/19/2023
1.0.76 3,363 6/15/2023
1.0.75 167 6/15/2023
1.0.74 2,067 6/14/2023
1.0.73 6,043 6/12/2023
1.0.72 1,997 6/9/2023
1.0.71 179 6/9/2023
1.0.70 3,450 6/8/2023
1.0.69 172 6/8/2023
1.0.68 173 6/8/2023
1.0.67 4,425 6/7/2023
1.0.66 185 6/7/2023
1.0.65 171 6/7/2023
1.0.64 173 6/7/2023
1.0.63 2,561 6/6/2023
1.0.62 191 6/6/2023
1.0.61 185 6/6/2023
1.0.60 19,995 5/30/2023
1.0.59 183 5/30/2023
1.0.58 177 5/30/2023
1.0.57 4,618 5/29/2023
1.0.56 181 5/29/2023
1.0.55 185 5/29/2023
1.0.54 3,877 5/26/2023
1.0.53 185 5/26/2023
1.0.52 202 5/26/2023
1.0.51 6,247 5/25/2023
1.0.50 185 5/25/2023
1.0.49 188 5/25/2023
1.0.48 2,824 5/24/2023
1.0.46 192 5/24/2023
1.0.45 192 5/24/2023
1.0.43 3,499 5/23/2023
1.0.42 5,381 5/22/2023
1.0.41 201 5/22/2023
1.0.40 5,464 5/18/2023
1.0.39 3,544 5/17/2023
1.0.38 164 5/17/2023
1.0.37 242 5/17/2023
1.0.36 10,273 4/25/2023
1.0.35 1,295 4/24/2023
1.0.34 1,889 4/21/2023
1.0.33 216 4/21/2023
1.0.32 1,659 4/20/2023
1.0.31 2,302 4/19/2023
1.0.30 1,050 4/18/2023
1.0.29 1,627 4/17/2023
1.0.28 1,191 4/14/2023
1.0.27 1,186 4/13/2023
1.0.26 1,206 4/12/2023
1.0.25 1,488 4/11/2023
1.0.24 290 4/11/2023
1.0.23 1,640 4/10/2023
1.0.22 2,377 4/4/2023
1.0.21 202 4/4/2023
1.0.20 990 4/3/2023
1.0.19 239 4/3/2023
1.0.18 249 4/3/2023
1.0.17 240 4/3/2023
1.0.16 229 4/3/2023
1.0.15 232 4/3/2023
1.0.14 236 4/3/2023
1.0.13 229 4/3/2023
1.0.12 227 4/3/2023
1.0.11 2,059 3/23/2023
1.0.10 562 3/13/2023
1.0.9 320 3/12/2023
1.0.8 254 3/11/2023
1.0.7 245 3/10/2023
1.0.5 429 2/22/2023
1.0.4 476 2/19/2023
1.0.3 461 2/18/2023
1.0.1 388 2/12/2023