Soenneker.Utils.MemoryStream 2.1.634

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

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

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.741 0 9/27/2024
2.1.740 0 9/27/2024
2.1.739 0 9/27/2024
2.1.738 15 9/27/2024
2.1.737 4 9/27/2024
2.1.736 4 9/27/2024
2.1.735 95 9/27/2024
2.1.734 587 9/26/2024
2.1.733 172 9/26/2024
2.1.732 2,008 9/26/2024
2.1.731 53 9/26/2024
2.1.730 552 9/26/2024
2.1.729 871 9/26/2024
2.1.728 3,220 9/23/2024
2.1.727 404 9/23/2024
2.1.726 657 9/23/2024
2.1.725 820 9/23/2024
2.1.724 945 9/23/2024
2.1.723 71 9/23/2024
2.1.722 2,823 9/23/2024
2.1.721 66 9/23/2024
2.1.720 2,614 9/23/2024
2.1.719 69 9/23/2024
2.1.718 660 9/23/2024
2.1.717 68 9/23/2024
2.1.716 68 9/23/2024
2.1.715 777 9/23/2024
2.1.714 65 9/23/2024
2.1.713 71 9/23/2024
2.1.712 2,493 9/23/2024
2.1.711 65 9/23/2024
2.1.710 5,914 9/18/2024
2.1.709 907 9/17/2024
2.1.708 689 9/17/2024
2.1.707 72 9/17/2024
2.1.706 373 9/17/2024
2.1.705 910 9/17/2024
2.1.704 183 9/17/2024
2.1.703 1,876 9/17/2024
2.1.702 79 9/17/2024
2.1.701 2,562 9/17/2024
2.1.700 1,812 9/17/2024
2.1.699 1,073 9/17/2024
2.1.698 1,732 9/17/2024
2.1.697 8,540 9/16/2024
2.1.696 73 9/16/2024
2.1.695 3,804 9/12/2024
2.1.694 85 9/12/2024
2.1.693 894 9/11/2024
2.1.692 161 9/11/2024
2.1.690 5,142 9/11/2024
2.1.689 277 9/11/2024
2.1.688 1,562 9/11/2024
2.1.687 3,111 9/11/2024
2.1.686 7,294 9/10/2024
2.1.685 324 9/10/2024
2.1.684 572 9/10/2024
2.1.683 374 9/10/2024
2.1.682 80 9/10/2024
2.1.681 538 9/9/2024
2.1.680 81 9/9/2024
2.1.679 284 9/9/2024
2.1.678 3,251 9/9/2024
2.1.677 66 9/9/2024
2.1.676 694 9/9/2024
2.1.675 108 9/9/2024
2.1.674 472 9/9/2024
2.1.673 3,486 9/9/2024
2.1.672 80 9/9/2024
2.1.671 197 9/9/2024
2.1.670 77 9/9/2024
2.1.669 74 9/9/2024
2.1.668 9,943 9/7/2024
2.1.667 1,678 9/6/2024
2.1.666 4,391 9/6/2024
2.1.665 78 9/6/2024
2.1.664 1,721 9/5/2024
2.1.663 1,024 9/5/2024
2.1.662 64 9/5/2024
2.1.661 77 9/5/2024
2.1.660 1,966 9/5/2024
2.1.659 2,165 9/5/2024
2.1.658 91 9/5/2024
2.1.657 79 9/5/2024
2.1.656 531 9/5/2024
2.1.655 87 9/5/2024
2.1.654 88 9/5/2024
2.1.653 4,230 9/5/2024
2.1.652 87 9/5/2024
2.1.651 3,403 9/4/2024
2.1.650 3,558 9/4/2024
2.1.649 3,824 9/3/2024
2.1.648 84 9/3/2024
2.1.647 2,858 9/3/2024
2.1.646 74 9/3/2024
2.1.645 1,994 9/3/2024
2.1.644 1,362 9/3/2024
2.1.643 62 9/3/2024
2.1.642 4,348 8/29/2024
2.1.641 76 8/29/2024
2.1.640 4,233 8/26/2024
2.1.639 1,081 8/26/2024
2.1.638 3,930 8/21/2024
2.1.637 218 8/21/2024
2.1.636 1,368 8/21/2024
2.1.635 111 8/21/2024
2.1.634 942 8/20/2024
2.1.633 101 8/20/2024
2.1.632 118 8/20/2024
2.1.631 1,909 8/20/2024
2.1.630 1,030 8/20/2024
2.1.629 99 8/20/2024
2.1.628 83 8/20/2024
2.1.627 94 8/20/2024
2.1.626 2,231 8/20/2024
2.1.625 98 8/20/2024
2.1.624 4,063 8/20/2024
2.1.623 1,989 8/19/2024
2.1.622 4,423 8/15/2024
2.1.621 605 8/15/2024
2.1.620 5,550 8/13/2024
2.1.619 554 8/13/2024
2.1.618 4,489 8/7/2024
2.1.617 368 8/6/2024
2.1.616 2,690 8/6/2024
2.1.615 65 8/6/2024
2.1.614 3,345 8/1/2024
2.1.613 447 8/1/2024
2.1.611 278 8/1/2024
2.1.610 252 8/1/2024
2.1.609 6,166 7/25/2024
2.1.608 240 7/25/2024
2.1.607 450 7/25/2024
2.1.606 79 7/25/2024
2.1.605 634 7/25/2024
2.1.604 63 7/25/2024
2.1.603 133 7/24/2024
2.1.602 373 7/24/2024
2.1.601 169 7/24/2024
2.1.600 1,001 7/24/2024
2.1.599 2,348 7/24/2024
2.1.598 1,648 7/20/2024
2.1.597 3,647 7/20/2024
2.1.596 4,820 7/14/2024
2.1.595 82 7/14/2024
2.1.594 2,679 7/14/2024
2.1.593 67 7/14/2024
2.1.592 433 7/14/2024
2.1.591 3,617 7/10/2024
2.1.590 229 7/10/2024
2.1.589 578 7/10/2024
2.1.588 66 7/10/2024
2.1.587 2,030 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 932 7/10/2024
2.1.582 56 7/10/2024
2.1.581 126 7/10/2024
2.1.580 72 7/10/2024
2.1.579 66 7/10/2024
2.1.578 904 7/10/2024
2.1.577 71 7/10/2024
2.1.576 828 7/10/2024
2.1.575 81 7/10/2024
2.1.574 73 7/10/2024
2.1.573 474 7/9/2024
2.1.572 74 7/9/2024
2.1.569 747 7/9/2024
2.1.568 62 7/9/2024
2.1.567 632 7/9/2024
2.1.566 71 7/9/2024
2.1.565 4,376 7/9/2024
2.1.564 76 7/9/2024
2.1.563 81 7/9/2024
2.1.562 4,591 7/9/2024
2.1.561 67 7/9/2024
2.1.560 75 7/9/2024
2.1.559 1,293 7/9/2024
2.1.558 357 7/9/2024
2.1.557 79 7/9/2024
2.1.556 2,497 7/8/2024
2.1.555 78 7/8/2024
2.1.554 77 7/8/2024
2.1.553 477 7/8/2024
2.1.552 77 7/8/2024
2.1.551 67 7/8/2024
2.1.550 4,898 7/8/2024
2.1.549 77 7/8/2024
2.1.548 149 7/8/2024
2.1.547 2,123 7/7/2024
2.1.546 1,530 7/7/2024
2.1.545 79 7/7/2024
2.1.544 453 7/7/2024
2.1.543 72 7/7/2024
2.1.542 962 7/7/2024
2.1.541 247 7/7/2024
2.1.540 77 7/7/2024
2.1.539 73 7/7/2024
2.1.538 1,458 7/7/2024
2.1.537 5,502 7/4/2024
2.1.536 870 7/3/2024
2.1.535 1,527 7/3/2024
2.1.534 1,911 7/3/2024
2.1.533 79 7/3/2024
2.1.532 600 7/3/2024
2.1.531 2,281 7/3/2024
2.1.530 630 7/3/2024
2.1.529 2,075 6/30/2024
2.1.528 1,386 6/28/2024
2.1.527 4,701 6/22/2024
2.1.526 88 6/22/2024
2.1.525 5,398 6/15/2024
2.1.524 81 6/15/2024
2.1.523 2,003 6/15/2024
2.1.522 3,256 6/14/2024
2.1.521 90 6/14/2024
2.1.520 1,556 6/14/2024
2.1.519 2,067 6/12/2024
2.1.518 4,066 6/1/2024
2.1.517 468 6/1/2024
2.1.516 827 6/1/2024
2.1.515 427 6/1/2024
2.1.514 89 6/1/2024
2.1.513 1,527 6/1/2024
2.1.512 4,022 5/31/2024
2.1.511 91 5/31/2024
2.1.510 3,606 5/29/2024
2.1.509 83 5/29/2024
2.1.508 4,308 5/28/2024
2.1.507 68 5/28/2024
2.1.506 2,533 5/27/2024
2.1.505 66 5/27/2024
2.1.504 68 5/27/2024
2.1.503 1,159 5/27/2024
2.1.502 2,974 5/26/2024
2.1.501 73 5/26/2024
2.1.500 4,286 5/26/2024
2.1.499 76 5/26/2024
2.1.498 1,114 5/26/2024
2.1.497 198 5/25/2024
2.1.496 76 5/25/2024
2.1.495 1,152 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,794 5/25/2024
2.1.490 77 5/25/2024
2.1.489 83 5/25/2024
2.1.488 1,011 5/25/2024
2.1.487 71 5/25/2024
2.1.486 83 5/25/2024
2.1.485 894 5/25/2024
2.1.484 78 5/25/2024
2.1.483 75 5/25/2024
2.1.482 5,831 5/23/2024
2.1.481 438 5/23/2024
2.1.480 1,531 5/23/2024
2.1.479 79 5/23/2024
2.1.478 1,174 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,619 5/22/2024
2.1.472 77 5/22/2024
2.1.471 75 5/22/2024
2.1.470 914 5/22/2024
2.1.469 81 5/22/2024
2.1.468 3,702 5/22/2024
2.1.467 3,328 5/18/2024
2.1.466 128 5/18/2024
2.1.465 934 5/17/2024
2.1.464 96 5/17/2024
2.1.463 1,604 5/17/2024
2.1.462 103 5/17/2024
2.1.461 100 5/17/2024
2.1.460 3,016 5/16/2024
2.1.459 173 5/16/2024
2.1.458 94 5/16/2024
2.1.457 1,419 5/15/2024
2.1.456 1,117 5/15/2024
2.1.455 102 5/15/2024
2.1.454 4,766 5/13/2024
2.1.453 70 5/13/2024
2.1.452 3,004 5/3/2024
2.1.451 2,721 4/30/2024
2.1.450 355 4/29/2024
2.1.449 1,492 4/29/2024
2.1.448 101 4/29/2024
2.1.447 3,072 4/29/2024
2.1.446 91 4/28/2024
2.1.445 94 4/28/2024
2.1.444 455 4/28/2024
2.1.443 109 4/28/2024
2.1.442 1,535 4/28/2024
2.1.441 100 4/28/2024
2.1.440 90 4/28/2024
2.1.439 2,930 4/28/2024
2.1.438 98 4/28/2024
2.1.437 1,503 4/28/2024
2.1.436 98 4/28/2024
2.1.435 105 4/28/2024
2.1.434 423 4/28/2024
2.1.433 95 4/28/2024
2.1.432 93 4/28/2024
2.1.431 2,410 4/27/2024
2.1.430 105 4/27/2024
2.1.429 5,781 4/19/2024
2.1.428 99 4/19/2024
2.1.427 3,246 4/19/2024
2.1.426 787 4/18/2024
2.1.425 3,452 4/15/2024
2.1.424 2,230 4/12/2024
2.1.423 1,636 4/12/2024
2.1.422 1,371 4/12/2024
2.1.421 91 4/12/2024
2.1.420 1,851 4/12/2024
2.1.419 115 4/12/2024
2.1.418 655 4/12/2024
2.1.417 556 4/11/2024
2.1.416 6,597 4/10/2024
2.1.415 100 4/10/2024
2.1.414 1,963 4/9/2024
2.1.413 3,304 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 213 4/1/2024
2.1.408 5,213 3/29/2024
2.1.407 1,115 3/29/2024
2.1.406 2,791 3/25/2024
2.1.405 104 3/25/2024
2.1.404 748 3/25/2024
2.1.403 1,315 3/25/2024
2.1.402 3,404 3/20/2024
2.1.401 111 3/20/2024
2.1.400 3,414 3/19/2024
2.1.399 116 3/19/2024
2.1.398 1,560 3/19/2024
2.1.397 118 3/19/2024
2.1.396 1,238 3/19/2024
2.1.395 1,290 3/18/2024
2.1.394 871 3/18/2024
2.1.393 3,907 3/15/2024
2.1.392 114 3/15/2024
2.1.391 3,413 3/13/2024
2.1.390 527 3/13/2024
2.1.389 398 3/13/2024
2.1.388 110 3/13/2024
2.1.387 1,447 3/13/2024
2.1.386 321 3/13/2024
2.1.385 110 3/13/2024
2.1.384 119 3/13/2024
2.1.383 2,640 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,616 3/12/2024
2.1.378 106 3/12/2024
2.1.377 3,792 3/11/2024
2.1.376 331 3/11/2024
2.1.375 3,085 3/11/2024
2.1.374 173 3/11/2024
2.1.373 2,675 3/10/2024
2.1.372 1,287 3/10/2024
2.1.371 3,094 3/8/2024
2.1.370 118 3/8/2024
2.1.369 1,733 3/8/2024
2.1.368 1,264 3/8/2024
2.1.367 102 3/8/2024
2.1.366 1,901 3/8/2024
2.1.365 1,966 3/6/2024
2.1.364 370 3/6/2024
2.1.363 3,354 3/4/2024
2.1.362 110 3/4/2024
2.1.361 1,626 3/4/2024
2.1.360 111 3/4/2024
2.1.359 2,196 3/3/2024
2.1.358 2,059 3/3/2024
2.1.357 182 3/2/2024
2.1.356 113 3/2/2024
2.1.355 1,795 3/2/2024
2.1.354 114 3/2/2024
2.1.353 13,414 2/25/2024
2.1.352 1,142 2/25/2024
2.1.351 107 2/25/2024
2.1.350 414 2/25/2024
2.1.349 1,739 2/25/2024
2.1.348 1,625 2/23/2024
2.1.347 499 2/23/2024
2.1.346 3,567 2/22/2024
2.1.345 98 2/22/2024
2.1.344 725 2/22/2024
2.1.343 179 2/22/2024
2.1.342 106 2/22/2024
2.1.341 2,099 2/21/2024
2.1.340 106 2/21/2024
2.1.339 1,892 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,833 2/21/2024
2.1.334 680 2/21/2024
2.1.333 95 2/21/2024
2.1.332 94 2/21/2024
2.1.331 1,647 2/21/2024
2.1.330 1,834 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,389 2/20/2024
2.1.325 103 2/20/2024
2.1.324 2,026 2/20/2024
2.1.323 104 2/20/2024
2.1.322 1,910 2/20/2024
2.1.321 101 2/20/2024
2.1.320 101 2/20/2024
2.1.319 831 2/20/2024
2.1.318 268 2/19/2024
2.1.317 3,170 2/19/2024
2.1.316 104 2/19/2024
2.1.315 2,140 2/19/2024
2.1.314 2,382 2/17/2024
2.1.313 101 2/17/2024
2.1.312 1,356 2/17/2024
2.1.311 98 2/17/2024
2.1.310 266 2/17/2024
2.1.309 798 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,018 2/16/2024
2.1.303 97 2/16/2024
2.1.302 2,499 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,207 2/16/2024
2.1.296 97 2/16/2024
2.1.295 3,502 2/14/2024
2.1.294 1,478 2/13/2024
2.1.293 99 2/13/2024
2.1.292 1,373 2/13/2024
2.1.291 1,643 2/13/2024
2.1.290 920 2/13/2024
2.1.289 107 2/13/2024
2.1.288 1,814 2/13/2024
2.1.287 1,139 2/13/2024
2.1.286 114 2/13/2024
2.1.285 3,047 2/12/2024
2.1.284 105 2/12/2024
2.1.283 1,728 2/11/2024
2.1.282 1,986 2/11/2024
2.1.281 105 2/11/2024
2.1.280 1,867 2/11/2024
2.1.279 1,276 2/11/2024
2.1.278 3,356 2/10/2024
2.1.277 317 2/10/2024
2.1.276 108 2/10/2024
2.1.275 1,108 2/9/2024
2.1.274 2,815 2/9/2024
2.1.273 103 2/9/2024
2.1.272 2,250 2/9/2024
2.1.271 581 2/9/2024
2.1.270 118 2/8/2024
2.1.269 103 2/8/2024
2.1.268 3,172 2/8/2024
2.1.267 111 2/8/2024
2.1.266 570 2/8/2024
2.1.265 6,903 2/8/2024
2.1.264 1,264 2/8/2024
2.1.263 109 2/8/2024
2.1.262 3,925 2/7/2024
2.1.261 114 2/7/2024
2.1.260 826 2/7/2024
2.1.259 1,898 2/7/2024
2.1.258 574 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 585 2/6/2024
2.1.251 105 2/6/2024
2.1.250 936 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,890 2/5/2024
2.1.245 202 2/5/2024
2.1.244 1,526 2/4/2024
2.1.243 1,782 2/4/2024
2.1.242 654 2/4/2024
2.1.241 3,213 2/2/2024
2.1.240 106 2/2/2024
2.1.239 4,209 1/31/2024
2.1.238 101 1/31/2024
2.1.237 4,388 1/29/2024
2.1.236 96 1/29/2024
2.1.235 1,930 1/29/2024
2.1.234 100 1/29/2024
2.1.233 965 1/29/2024
2.1.232 99 1/29/2024
2.1.231 1,649 1/28/2024
2.1.230 1,817 1/28/2024
2.1.229 104 1/28/2024
2.1.228 1,170 1/28/2024
2.1.227 1,881 1/28/2024
2.1.226 107 1/28/2024
2.1.225 1,936 1/28/2024
2.1.224 104 1/28/2024
2.1.223 415 1/28/2024
2.1.222 1,688 1/27/2024
2.1.221 100 1/27/2024
2.1.220 350 1/27/2024
2.1.219 3,086 1/27/2024
2.1.218 925 1/27/2024
2.1.217 95 1/27/2024
2.1.216 597 1/27/2024
2.1.215 99 1/27/2024
2.1.214 3,861 1/27/2024
2.1.213 1,830 1/27/2024
2.1.212 96 1/27/2024
2.1.211 1,101 1/26/2024
2.1.210 100 1/26/2024
2.1.209 1,056 1/26/2024
2.1.208 97 1/26/2024
2.1.207 784 1/26/2024
2.1.206 437 1/26/2024
2.1.205 3,173 1/26/2024
2.1.204 98 1/26/2024
2.1.203 1,988 1/26/2024
2.1.202 97 1/26/2024
2.1.201 2,341 1/25/2024
2.1.200 92 1/25/2024
2.1.199 1,782 1/25/2024
2.1.198 262 1/25/2024
2.1.197 99 1/25/2024
2.1.196 4,456 1/25/2024
2.1.195 97 1/25/2024
2.1.194 4,494 1/19/2024
2.1.193 104 1/19/2024
2.1.192 3,858 1/16/2024
2.1.191 1,673 1/15/2024
2.1.190 113 1/15/2024
2.1.189 318 1/15/2024
2.1.188 105 1/15/2024
2.1.187 109 1/15/2024
2.1.186 2,073 1/15/2024
2.1.185 111 1/15/2024
2.1.184 1,875 1/15/2024
2.1.183 109 1/15/2024
2.1.182 106 1/15/2024
2.1.181 3,470 1/15/2024
2.1.180 118 1/15/2024
2.1.179 3,339 1/14/2024
2.1.178 112 1/14/2024
2.1.177 4,464 1/13/2024
2.1.176 117 1/13/2024
2.1.175 3,163 1/12/2024
2.1.174 107 1/12/2024
2.1.173 3,756 1/11/2024
2.1.172 486 1/11/2024
2.1.171 4,719 1/7/2024
2.1.170 113 1/7/2024
2.1.169 1,195 1/7/2024
2.1.168 3,009 1/5/2024
2.1.167 1,492 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,738 1/5/2024
2.1.162 107 1/5/2024
2.1.161 111 1/5/2024
2.1.160 106 1/5/2024
2.1.159 5,007 1/3/2024
2.1.158 2,790 1/1/2024
2.1.157 127 1/1/2024
2.1.156 1,525 1/1/2024
2.1.155 2,247 12/28/2023
2.1.154 674 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,809 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 801 12/27/2023
2.1.143 133 12/27/2023
2.1.142 2,186 12/27/2023
2.1.141 129 12/27/2023
2.1.140 4,433 12/25/2023
2.1.139 125 12/25/2023
2.1.138 1,581 12/25/2023
2.1.137 2,098 12/25/2023
2.1.136 113 12/25/2023
2.1.135 111 12/25/2023
2.1.134 1,604 12/25/2023
2.1.133 123 12/25/2023
2.1.132 115 12/25/2023
2.1.131 205 12/25/2023
2.1.130 125 12/25/2023
2.1.129 4,840 12/24/2023
2.1.128 1,468 12/24/2023
2.1.127 492 12/24/2023
2.1.126 2,130 12/23/2023
2.1.125 1,477 12/23/2023
2.1.124 586 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 902 12/23/2023
2.1.116 120 12/23/2023
2.1.115 1,433 12/23/2023
2.1.114 123 12/23/2023
2.1.113 6,658 12/19/2023
2.1.112 100 12/19/2023
2.1.111 831 12/19/2023
2.1.110 111 12/19/2023
2.1.109 1,438 12/19/2023
2.1.108 314 12/18/2023
2.1.107 2,423 12/13/2023
2.1.106 907 12/12/2023
2.1.105 1,081 12/11/2023
2.1.104 1,222 12/11/2023
2.1.103 326 12/11/2023
2.1.102 454 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,588 12/10/2023
2.1.96 3,148 12/10/2023
2.1.95 1,000 12/9/2023
2.1.94 996 12/9/2023
2.1.93 1,525 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,208 12/9/2023
2.1.87 120 12/9/2023
2.1.86 3,288 12/9/2023
2.1.85 127 12/9/2023
2.1.84 5,021 12/6/2023
2.1.83 624 12/6/2023
2.1.82 899 12/6/2023
2.1.81 128 12/6/2023
2.1.80 2,193 12/6/2023
2.1.79 619 12/5/2023
2.1.78 1,210 12/5/2023
2.1.77 674 12/5/2023
2.1.76 1,211 12/5/2023
2.1.75 1,328 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,651 12/4/2023
2.1.69 146 12/4/2023
2.1.68 794 12/4/2023
2.1.67 131 12/4/2023
2.1.66 3,836 12/4/2023
2.1.65 2,184 11/27/2023
2.1.64 563 11/27/2023
2.1.63 2,394 11/23/2023
2.1.62 131 11/23/2023
2.1.61 591 11/23/2023
2.1.60 665 11/23/2023
2.1.59 131 11/23/2023
2.1.58 1,507 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,505 11/23/2023
2.1.53 138 11/23/2023
2.1.52 4,182 11/20/2023
2.1.51 135 11/20/2023
2.1.50 2,654 11/20/2023
2.1.49 115 11/20/2023
2.1.48 122 11/20/2023
2.1.47 1,869 11/20/2023
2.1.46 2,084 11/19/2023
2.1.45 116 11/19/2023
2.1.44 1,783 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,266 11/19/2023
2.1.38 110 11/19/2023
2.1.37 3,463 11/18/2023
2.1.36 127 11/18/2023
2.1.35 136 11/18/2023
2.1.34 2,827 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,362 11/17/2023
2.1.26 112 11/17/2023
2.1.25 1,647 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 3,064 11/17/2023
2.1.18 126 11/17/2023
2.1.17 1,320 11/17/2023
2.1.16 134 11/17/2023
2.1.15 1,304 11/17/2023
2.1.14 126 11/17/2023
2.1.13 121 11/17/2023
2.1.12 806 11/17/2023
2.1.11 121 11/17/2023
2.1.10 92 11/17/2023
2.1.9 2,406 11/17/2023
2.1.8 526 11/17/2023
2.1.7 129 11/17/2023
2.1.6 1,068 11/16/2023
2.1.5 125 11/16/2023
2.0.196 2,220 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,689 11/14/2023
1.0.191 132 11/14/2023
1.0.190 4,576 11/13/2023
1.0.189 122 11/13/2023
1.0.188 1,061 11/10/2023
1.0.187 110 11/10/2023
1.0.186 94 11/10/2023
1.0.185 2,289 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,825 11/8/2023
1.0.180 1,328 11/7/2023
1.0.179 131 11/7/2023
1.0.178 2,109 11/6/2023
1.0.177 109 11/6/2023
1.0.176 121 11/6/2023
1.0.175 2,009 11/3/2023
1.0.174 121 11/3/2023
1.0.173 133 11/3/2023
1.0.172 2,528 11/2/2023
1.0.171 123 11/2/2023
1.0.170 140 11/2/2023
1.0.169 1,862 11/1/2023
1.0.168 124 11/1/2023
1.0.167 7,561 10/27/2023
1.0.166 1,926 10/26/2023
1.0.165 3,746 10/20/2023
1.0.164 2,284 10/19/2023
1.0.163 118 10/19/2023
1.0.162 1,789 10/18/2023
1.0.161 135 10/18/2023
1.0.160 133 10/18/2023
1.0.159 2,171 10/17/2023
1.0.158 138 10/17/2023
1.0.157 142 10/17/2023
1.0.156 2,994 10/16/2023
1.0.155 141 10/16/2023
1.0.154 145 10/16/2023
1.0.153 2,988 10/13/2023
1.0.152 150 10/13/2023
1.0.151 137 10/13/2023
1.0.150 1,841 10/12/2023
1.0.149 6,290 9/20/2023
1.0.148 1,587 9/19/2023
1.0.147 132 9/19/2023
1.0.146 130 9/19/2023
1.0.145 4,282 9/18/2023
1.0.144 143 9/18/2023
1.0.143 116 9/18/2023
1.0.142 2,165 9/15/2023
1.0.141 2,158 9/14/2023
1.0.140 3,631 9/1/2023
1.0.139 2,734 8/31/2023
1.0.138 140 8/31/2023
1.0.137 2,035 8/30/2023
1.0.136 164 8/30/2023
1.0.135 154 8/30/2023
1.0.134 1,690 8/29/2023
1.0.133 167 8/29/2023
1.0.132 3,809 8/28/2023
1.0.131 157 8/28/2023
1.0.130 2,518 8/25/2023
1.0.129 163 8/25/2023
1.0.128 142 8/25/2023
1.0.127 3,467 8/24/2023
1.0.126 167 8/24/2023
1.0.125 3,725 8/22/2023
1.0.124 1,683 8/21/2023
1.0.123 165 8/21/2023
1.0.122 1,918 8/18/2023
1.0.121 157 8/18/2023
1.0.120 139 8/18/2023
1.0.119 2,611 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,602 8/11/2023
1.0.114 2,350 8/10/2023
1.0.113 158 8/10/2023
1.0.112 3,185 8/9/2023
1.0.111 179 8/9/2023
1.0.110 1,429 8/8/2023
1.0.109 185 8/8/2023
1.0.108 164 8/8/2023
1.0.107 3,692 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 7,129 7/14/2023
1.0.102 2,435 7/13/2023
1.0.101 2,396 7/12/2023
1.0.100 2,181 7/11/2023
1.0.99 175 7/11/2023
1.0.98 3,053 7/10/2023
1.0.97 177 7/10/2023
1.0.96 174 7/10/2023
1.0.95 2,595 7/7/2023
1.0.94 178 7/7/2023
1.0.93 184 7/7/2023
1.0.92 6,151 7/3/2023
1.0.91 2,691 6/30/2023
1.0.90 2,719 6/29/2023
1.0.89 196 6/29/2023
1.0.88 185 6/29/2023
1.0.87 2,331 6/28/2023
1.0.86 179 6/28/2023
1.0.85 187 6/28/2023
1.0.84 4,577 6/27/2023
1.0.83 177 6/27/2023
1.0.82 3,306 6/26/2023
1.0.81 181 6/26/2023
1.0.80 4,263 6/23/2023
1.0.79 2,960 6/22/2023
1.0.78 2,265 6/21/2023
1.0.77 3,763 6/19/2023
1.0.76 3,433 6/15/2023
1.0.75 167 6/15/2023
1.0.74 2,089 6/14/2023
1.0.73 6,166 6/12/2023
1.0.72 2,042 6/9/2023
1.0.71 179 6/9/2023
1.0.70 3,475 6/8/2023
1.0.69 172 6/8/2023
1.0.68 173 6/8/2023
1.0.67 4,500 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,587 6/6/2023
1.0.62 191 6/6/2023
1.0.61 185 6/6/2023
1.0.60 20,263 5/30/2023
1.0.59 183 5/30/2023
1.0.58 177 5/30/2023
1.0.57 4,705 5/29/2023
1.0.56 181 5/29/2023
1.0.55 185 5/29/2023
1.0.54 3,935 5/26/2023
1.0.53 185 5/26/2023
1.0.52 202 5/26/2023
1.0.51 6,322 5/25/2023
1.0.50 185 5/25/2023
1.0.49 188 5/25/2023
1.0.48 2,825 5/24/2023
1.0.46 192 5/24/2023
1.0.45 192 5/24/2023
1.0.43 3,538 5/23/2023
1.0.42 5,453 5/22/2023
1.0.41 201 5/22/2023
1.0.40 5,527 5/18/2023
1.0.39 3,640 5/17/2023
1.0.38 164 5/17/2023
1.0.37 242 5/17/2023
1.0.36 10,471 4/25/2023
1.0.35 1,315 4/24/2023
1.0.34 1,906 4/21/2023
1.0.33 216 4/21/2023
1.0.32 1,688 4/20/2023
1.0.31 2,330 4/19/2023
1.0.30 1,050 4/18/2023
1.0.29 1,637 4/17/2023
1.0.28 1,207 4/14/2023
1.0.27 1,196 4/13/2023
1.0.26 1,214 4/12/2023
1.0.25 1,505 4/11/2023
1.0.24 290 4/11/2023
1.0.23 1,656 4/10/2023
1.0.22 2,402 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 235 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