Soenneker.Utils.MemoryStream 2.1.194

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

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

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.728 654 9/23/2024
2.1.727 255 9/23/2024
2.1.726 366 9/23/2024
2.1.725 522 9/23/2024
2.1.724 577 9/23/2024
2.1.723 30 9/23/2024
2.1.722 1,822 9/23/2024
2.1.721 32 9/23/2024
2.1.720 1,501 9/23/2024
2.1.719 32 9/23/2024
2.1.718 400 9/23/2024
2.1.717 32 9/23/2024
2.1.716 32 9/23/2024
2.1.715 435 9/23/2024
2.1.714 31 9/23/2024
2.1.713 33 9/23/2024
2.1.712 1,476 9/23/2024
2.1.711 35 9/23/2024
2.1.710 3,590 9/18/2024
2.1.709 635 9/17/2024
2.1.708 519 9/17/2024
2.1.707 37 9/17/2024
2.1.706 237 9/17/2024
2.1.705 678 9/17/2024
2.1.704 138 9/17/2024
2.1.703 1,409 9/17/2024
2.1.702 55 9/17/2024
2.1.701 1,722 9/17/2024
2.1.700 1,399 9/17/2024
2.1.699 836 9/17/2024
2.1.698 1,189 9/17/2024
2.1.697 6,638 9/16/2024
2.1.696 57 9/16/2024
2.1.695 3,105 9/12/2024
2.1.694 68 9/12/2024
2.1.693 732 9/11/2024
2.1.692 124 9/11/2024
2.1.690 4,262 9/11/2024
2.1.689 222 9/11/2024
2.1.688 1,299 9/11/2024
2.1.687 2,573 9/11/2024
2.1.686 6,191 9/10/2024
2.1.685 266 9/10/2024
2.1.684 461 9/10/2024
2.1.683 297 9/10/2024
2.1.682 62 9/10/2024
2.1.681 444 9/9/2024
2.1.680 63 9/9/2024
2.1.679 222 9/9/2024
2.1.678 2,724 9/9/2024
2.1.677 65 9/9/2024
2.1.676 565 9/9/2024
2.1.675 78 9/9/2024
2.1.674 387 9/9/2024
2.1.673 2,929 9/9/2024
2.1.672 65 9/9/2024
2.1.671 161 9/9/2024
2.1.670 61 9/9/2024
2.1.669 61 9/9/2024
2.1.668 8,379 9/7/2024
2.1.667 1,350 9/6/2024
2.1.666 3,596 9/6/2024
2.1.665 65 9/6/2024
2.1.664 1,416 9/5/2024
2.1.663 819 9/5/2024
2.1.662 63 9/5/2024
2.1.661 65 9/5/2024
2.1.660 1,634 9/5/2024
2.1.659 1,820 9/5/2024
2.1.658 74 9/5/2024
2.1.657 67 9/5/2024
2.1.656 448 9/5/2024
2.1.655 74 9/5/2024
2.1.654 71 9/5/2024
2.1.653 3,469 9/5/2024
2.1.652 72 9/5/2024
2.1.651 2,765 9/4/2024
2.1.650 2,931 9/4/2024
2.1.649 3,143 9/3/2024
2.1.648 69 9/3/2024
2.1.647 2,257 9/3/2024
2.1.646 56 9/3/2024
2.1.645 1,586 9/3/2024
2.1.644 1,088 9/3/2024
2.1.643 61 9/3/2024
2.1.642 3,539 8/29/2024
2.1.641 62 8/29/2024
2.1.640 3,397 8/26/2024
2.1.639 818 8/26/2024
2.1.638 3,200 8/21/2024
2.1.637 174 8/21/2024
2.1.636 1,100 8/21/2024
2.1.635 88 8/21/2024
2.1.634 711 8/20/2024
2.1.633 100 8/20/2024
2.1.632 102 8/20/2024
2.1.631 1,515 8/20/2024
2.1.630 847 8/20/2024
2.1.629 84 8/20/2024
2.1.628 82 8/20/2024
2.1.627 81 8/20/2024
2.1.626 1,752 8/20/2024
2.1.625 82 8/20/2024
2.1.624 3,303 8/20/2024
2.1.623 1,620 8/19/2024
2.1.622 3,600 8/15/2024
2.1.621 503 8/15/2024
2.1.620 4,565 8/13/2024
2.1.619 437 8/13/2024
2.1.618 3,727 8/7/2024
2.1.617 288 8/6/2024
2.1.616 2,166 8/6/2024
2.1.615 52 8/6/2024
2.1.614 2,604 8/1/2024
2.1.613 345 8/1/2024
2.1.611 212 8/1/2024
2.1.610 202 8/1/2024
2.1.609 4,877 7/25/2024
2.1.608 191 7/25/2024
2.1.607 370 7/25/2024
2.1.606 65 7/25/2024
2.1.605 507 7/25/2024
2.1.604 63 7/25/2024
2.1.603 106 7/24/2024
2.1.602 290 7/24/2024
2.1.601 143 7/24/2024
2.1.600 830 7/24/2024
2.1.599 1,739 7/24/2024
2.1.598 1,328 7/20/2024
2.1.597 2,904 7/20/2024
2.1.596 3,819 7/14/2024
2.1.595 62 7/14/2024
2.1.594 2,096 7/14/2024
2.1.593 56 7/14/2024
2.1.592 336 7/14/2024
2.1.591 2,910 7/10/2024
2.1.590 187 7/10/2024
2.1.589 469 7/10/2024
2.1.588 54 7/10/2024
2.1.587 1,607 7/10/2024
2.1.586 51 7/10/2024
2.1.585 44 7/10/2024
2.1.584 43 7/10/2024
2.1.583 759 7/10/2024
2.1.582 42 7/10/2024
2.1.581 90 7/10/2024
2.1.580 59 7/10/2024
2.1.579 54 7/10/2024
2.1.578 703 7/10/2024
2.1.577 58 7/10/2024
2.1.576 610 7/10/2024
2.1.575 60 7/10/2024
2.1.574 60 7/10/2024
2.1.573 389 7/9/2024
2.1.572 61 7/9/2024
2.1.569 576 7/9/2024
2.1.568 47 7/9/2024
2.1.567 491 7/9/2024
2.1.566 54 7/9/2024
2.1.565 3,718 7/9/2024
2.1.564 64 7/9/2024
2.1.563 64 7/9/2024
2.1.562 3,617 7/9/2024
2.1.561 53 7/9/2024
2.1.560 61 7/9/2024
2.1.559 966 7/9/2024
2.1.558 261 7/9/2024
2.1.557 67 7/9/2024
2.1.556 1,948 7/8/2024
2.1.555 66 7/8/2024
2.1.554 65 7/8/2024
2.1.553 387 7/8/2024
2.1.552 65 7/8/2024
2.1.551 67 7/8/2024
2.1.550 3,970 7/8/2024
2.1.549 55 7/8/2024
2.1.548 119 7/8/2024
2.1.547 1,602 7/7/2024
2.1.546 1,231 7/7/2024
2.1.545 65 7/7/2024
2.1.544 358 7/7/2024
2.1.543 55 7/7/2024
2.1.542 749 7/7/2024
2.1.541 191 7/7/2024
2.1.540 64 7/7/2024
2.1.539 60 7/7/2024
2.1.538 1,140 7/7/2024
2.1.537 4,419 7/4/2024
2.1.536 666 7/3/2024
2.1.535 1,200 7/3/2024
2.1.534 1,527 7/3/2024
2.1.533 65 7/3/2024
2.1.532 462 7/3/2024
2.1.531 1,830 7/3/2024
2.1.530 486 7/3/2024
2.1.529 1,633 6/30/2024
2.1.528 1,116 6/28/2024
2.1.527 3,742 6/22/2024
2.1.526 76 6/22/2024
2.1.525 4,328 6/15/2024
2.1.524 69 6/15/2024
2.1.523 1,608 6/15/2024
2.1.522 2,630 6/14/2024
2.1.521 74 6/14/2024
2.1.520 1,258 6/14/2024
2.1.519 1,699 6/12/2024
2.1.518 3,269 6/1/2024
2.1.517 385 6/1/2024
2.1.516 642 6/1/2024
2.1.515 332 6/1/2024
2.1.514 76 6/1/2024
2.1.513 1,209 6/1/2024
2.1.512 3,220 5/31/2024
2.1.511 74 5/31/2024
2.1.510 2,907 5/29/2024
2.1.509 72 5/29/2024
2.1.508 3,474 5/28/2024
2.1.507 56 5/28/2024
2.1.506 2,039 5/27/2024
2.1.505 51 5/27/2024
2.1.504 57 5/27/2024
2.1.503 937 5/27/2024
2.1.502 2,396 5/26/2024
2.1.501 59 5/26/2024
2.1.500 3,461 5/26/2024
2.1.499 64 5/26/2024
2.1.498 905 5/26/2024
2.1.497 157 5/25/2024
2.1.496 63 5/25/2024
2.1.495 935 5/25/2024
2.1.494 71 5/25/2024
2.1.493 64 5/25/2024
2.1.492 63 5/25/2024
2.1.491 1,401 5/25/2024
2.1.490 62 5/25/2024
2.1.489 68 5/25/2024
2.1.488 810 5/25/2024
2.1.487 60 5/25/2024
2.1.486 66 5/25/2024
2.1.485 731 5/25/2024
2.1.484 65 5/25/2024
2.1.483 63 5/25/2024
2.1.482 4,766 5/23/2024
2.1.481 340 5/23/2024
2.1.480 1,217 5/23/2024
2.1.479 67 5/23/2024
2.1.478 940 5/23/2024
2.1.477 59 5/23/2024
2.1.476 75 5/22/2024
2.1.475 69 5/22/2024
2.1.474 64 5/22/2024
2.1.473 1,252 5/22/2024
2.1.472 62 5/22/2024
2.1.471 63 5/22/2024
2.1.470 724 5/22/2024
2.1.469 67 5/22/2024
2.1.468 2,964 5/22/2024
2.1.467 2,721 5/18/2024
2.1.466 104 5/18/2024
2.1.465 721 5/17/2024
2.1.464 82 5/17/2024
2.1.463 1,278 5/17/2024
2.1.462 86 5/17/2024
2.1.461 87 5/17/2024
2.1.460 2,434 5/16/2024
2.1.459 155 5/16/2024
2.1.458 81 5/16/2024
2.1.457 1,135 5/15/2024
2.1.456 905 5/15/2024
2.1.455 89 5/15/2024
2.1.454 3,751 5/13/2024
2.1.453 59 5/13/2024
2.1.452 2,377 5/3/2024
2.1.451 2,152 4/30/2024
2.1.450 292 4/29/2024
2.1.449 1,216 4/29/2024
2.1.448 88 4/29/2024
2.1.447 2,513 4/29/2024
2.1.446 77 4/28/2024
2.1.445 81 4/28/2024
2.1.444 356 4/28/2024
2.1.443 97 4/28/2024
2.1.442 1,223 4/28/2024
2.1.441 88 4/28/2024
2.1.440 80 4/28/2024
2.1.439 2,420 4/28/2024
2.1.438 87 4/28/2024
2.1.437 1,239 4/28/2024
2.1.436 84 4/28/2024
2.1.435 89 4/28/2024
2.1.434 355 4/28/2024
2.1.433 82 4/28/2024
2.1.432 82 4/28/2024
2.1.431 2,009 4/27/2024
2.1.430 88 4/27/2024
2.1.429 4,757 4/19/2024
2.1.428 83 4/19/2024
2.1.427 2,634 4/19/2024
2.1.426 642 4/18/2024
2.1.425 2,811 4/15/2024
2.1.424 1,810 4/12/2024
2.1.423 1,314 4/12/2024
2.1.422 1,081 4/12/2024
2.1.421 91 4/12/2024
2.1.420 1,506 4/12/2024
2.1.419 99 4/12/2024
2.1.418 546 4/12/2024
2.1.417 422 4/11/2024
2.1.416 5,431 4/10/2024
2.1.415 88 4/10/2024
2.1.414 1,581 4/9/2024
2.1.413 2,740 4/2/2024
2.1.412 94 4/2/2024
2.1.411 246 4/1/2024
2.1.410 87 4/1/2024
2.1.409 167 4/1/2024
2.1.408 4,271 3/29/2024
2.1.407 881 3/29/2024
2.1.406 2,274 3/25/2024
2.1.405 90 3/25/2024
2.1.404 582 3/25/2024
2.1.403 1,086 3/25/2024
2.1.402 2,853 3/20/2024
2.1.401 97 3/20/2024
2.1.400 2,827 3/19/2024
2.1.399 101 3/19/2024
2.1.398 1,263 3/19/2024
2.1.397 106 3/19/2024
2.1.396 1,025 3/19/2024
2.1.395 1,109 3/18/2024
2.1.394 709 3/18/2024
2.1.393 3,259 3/15/2024
2.1.392 101 3/15/2024
2.1.391 2,817 3/13/2024
2.1.390 432 3/13/2024
2.1.389 324 3/13/2024
2.1.388 98 3/13/2024
2.1.387 1,235 3/13/2024
2.1.386 264 3/13/2024
2.1.385 93 3/13/2024
2.1.384 102 3/13/2024
2.1.383 2,182 3/13/2024
2.1.382 99 3/13/2024
2.1.381 154 3/12/2024
2.1.380 95 3/12/2024
2.1.379 2,194 3/12/2024
2.1.378 93 3/12/2024
2.1.377 3,109 3/11/2024
2.1.376 270 3/11/2024
2.1.375 2,605 3/11/2024
2.1.374 157 3/11/2024
2.1.373 2,179 3/10/2024
2.1.372 1,085 3/10/2024
2.1.371 2,534 3/8/2024
2.1.370 105 3/8/2024
2.1.369 1,415 3/8/2024
2.1.368 1,016 3/8/2024
2.1.367 90 3/8/2024
2.1.366 1,587 3/8/2024
2.1.365 1,587 3/6/2024
2.1.364 291 3/6/2024
2.1.363 2,807 3/4/2024
2.1.362 97 3/4/2024
2.1.361 1,311 3/4/2024
2.1.360 94 3/4/2024
2.1.359 1,832 3/3/2024
2.1.358 1,701 3/3/2024
2.1.357 157 3/2/2024
2.1.356 99 3/2/2024
2.1.355 1,521 3/2/2024
2.1.354 104 3/2/2024
2.1.353 11,036 2/25/2024
2.1.352 962 2/25/2024
2.1.351 86 2/25/2024
2.1.350 343 2/25/2024
2.1.349 1,470 2/25/2024
2.1.348 1,399 2/23/2024
2.1.347 416 2/23/2024
2.1.346 2,990 2/22/2024
2.1.345 84 2/22/2024
2.1.344 620 2/22/2024
2.1.343 142 2/22/2024
2.1.342 92 2/22/2024
2.1.341 1,742 2/21/2024
2.1.340 93 2/21/2024
2.1.339 1,572 2/21/2024
2.1.338 92 2/21/2024
2.1.337 87 2/21/2024
2.1.336 87 2/21/2024
2.1.335 1,510 2/21/2024
2.1.334 566 2/21/2024
2.1.333 83 2/21/2024
2.1.332 83 2/21/2024
2.1.331 1,380 2/21/2024
2.1.330 1,547 2/21/2024
2.1.329 88 2/21/2024
2.1.328 86 2/21/2024
2.1.327 89 2/21/2024
2.1.326 1,975 2/20/2024
2.1.325 87 2/20/2024
2.1.324 1,695 2/20/2024
2.1.323 87 2/20/2024
2.1.322 1,593 2/20/2024
2.1.321 87 2/20/2024
2.1.320 87 2/20/2024
2.1.319 693 2/20/2024
2.1.318 229 2/19/2024
2.1.317 2,622 2/19/2024
2.1.316 91 2/19/2024
2.1.315 1,802 2/19/2024
2.1.314 1,997 2/17/2024
2.1.313 84 2/17/2024
2.1.312 1,156 2/17/2024
2.1.311 84 2/17/2024
2.1.310 219 2/17/2024
2.1.309 665 2/16/2024
2.1.308 82 2/16/2024
2.1.307 82 2/16/2024
2.1.306 117 2/16/2024
2.1.305 81 2/16/2024
2.1.304 1,703 2/16/2024
2.1.303 81 2/16/2024
2.1.302 2,152 2/16/2024
2.1.301 84 2/16/2024
2.1.300 80 2/16/2024
2.1.299 180 2/16/2024
2.1.298 86 2/16/2024
2.1.297 1,038 2/16/2024
2.1.296 83 2/16/2024
2.1.295 2,962 2/14/2024
2.1.294 1,243 2/13/2024
2.1.293 85 2/13/2024
2.1.292 1,173 2/13/2024
2.1.291 1,378 2/13/2024
2.1.290 771 2/13/2024
2.1.289 94 2/13/2024
2.1.288 1,549 2/13/2024
2.1.287 957 2/13/2024
2.1.286 102 2/13/2024
2.1.285 2,572 2/12/2024
2.1.284 92 2/12/2024
2.1.283 1,472 2/11/2024
2.1.282 1,676 2/11/2024
2.1.281 90 2/11/2024
2.1.280 1,572 2/11/2024
2.1.279 1,075 2/11/2024
2.1.278 2,837 2/10/2024
2.1.277 262 2/10/2024
2.1.276 97 2/10/2024
2.1.275 913 2/9/2024
2.1.274 2,378 2/9/2024
2.1.273 91 2/9/2024
2.1.272 1,889 2/9/2024
2.1.271 488 2/9/2024
2.1.270 101 2/8/2024
2.1.269 91 2/8/2024
2.1.268 2,698 2/8/2024
2.1.267 99 2/8/2024
2.1.266 481 2/8/2024
2.1.265 6,482 2/8/2024
2.1.264 1,103 2/8/2024
2.1.263 97 2/8/2024
2.1.262 3,385 2/7/2024
2.1.261 97 2/7/2024
2.1.260 679 2/7/2024
2.1.259 1,604 2/7/2024
2.1.258 490 2/7/2024
2.1.257 96 2/7/2024
2.1.256 101 2/7/2024
2.1.255 172 2/7/2024
2.1.254 94 2/7/2024
2.1.253 93 2/7/2024
2.1.252 496 2/6/2024
2.1.251 92 2/6/2024
2.1.250 795 2/6/2024
2.1.249 96 2/6/2024
2.1.248 95 2/6/2024
2.1.247 106 2/6/2024
2.1.246 4,998 2/5/2024
2.1.245 184 2/5/2024
2.1.244 1,304 2/4/2024
2.1.243 1,537 2/4/2024
2.1.242 557 2/4/2024
2.1.241 2,760 2/2/2024
2.1.240 89 2/2/2024
2.1.239 3,613 1/31/2024
2.1.238 84 1/31/2024
2.1.237 3,750 1/29/2024
2.1.236 83 1/29/2024
2.1.235 1,648 1/29/2024
2.1.234 84 1/29/2024
2.1.233 803 1/29/2024
2.1.232 87 1/29/2024
2.1.231 1,423 1/28/2024
2.1.230 1,579 1/28/2024
2.1.229 91 1/28/2024
2.1.228 1,041 1/28/2024
2.1.227 1,589 1/28/2024
2.1.226 93 1/28/2024
2.1.225 1,649 1/28/2024
2.1.224 88 1/28/2024
2.1.223 337 1/28/2024
2.1.222 1,454 1/27/2024
2.1.221 83 1/27/2024
2.1.220 317 1/27/2024
2.1.219 2,640 1/27/2024
2.1.218 821 1/27/2024
2.1.217 81 1/27/2024
2.1.216 487 1/27/2024
2.1.215 85 1/27/2024
2.1.214 3,365 1/27/2024
2.1.213 1,572 1/27/2024
2.1.212 84 1/27/2024
2.1.211 933 1/26/2024
2.1.210 86 1/26/2024
2.1.209 919 1/26/2024
2.1.208 83 1/26/2024
2.1.207 649 1/26/2024
2.1.206 351 1/26/2024
2.1.205 2,789 1/26/2024
2.1.204 85 1/26/2024
2.1.203 1,705 1/26/2024
2.1.202 84 1/26/2024
2.1.201 1,975 1/25/2024
2.1.200 92 1/25/2024
2.1.199 1,507 1/25/2024
2.1.198 212 1/25/2024
2.1.197 85 1/25/2024
2.1.196 3,907 1/25/2024
2.1.195 84 1/25/2024
2.1.194 3,846 1/19/2024
2.1.193 89 1/19/2024
2.1.192 3,351 1/16/2024
2.1.191 1,421 1/15/2024
2.1.190 101 1/15/2024
2.1.189 253 1/15/2024
2.1.188 92 1/15/2024
2.1.187 98 1/15/2024
2.1.186 1,824 1/15/2024
2.1.185 98 1/15/2024
2.1.184 1,589 1/15/2024
2.1.183 94 1/15/2024
2.1.182 95 1/15/2024
2.1.181 2,981 1/15/2024
2.1.180 104 1/15/2024
2.1.179 2,928 1/14/2024
2.1.178 98 1/14/2024
2.1.177 3,892 1/13/2024
2.1.176 105 1/13/2024
2.1.175 2,808 1/12/2024
2.1.174 94 1/12/2024
2.1.173 3,281 1/11/2024
2.1.172 420 1/11/2024
2.1.171 4,101 1/7/2024
2.1.170 98 1/7/2024
2.1.169 1,047 1/7/2024
2.1.168 2,604 1/5/2024
2.1.167 1,318 1/5/2024
2.1.166 98 1/5/2024
2.1.165 79 1/5/2024
2.1.164 89 1/5/2024
2.1.163 1,481 1/5/2024
2.1.162 92 1/5/2024
2.1.161 98 1/5/2024
2.1.160 93 1/5/2024
2.1.159 4,408 1/3/2024
2.1.158 2,431 1/1/2024
2.1.157 116 1/1/2024
2.1.156 1,344 1/1/2024
2.1.155 1,950 12/28/2023
2.1.154 595 12/28/2023
2.1.153 120 12/28/2023
2.1.152 168 12/28/2023
2.1.151 111 12/28/2023
2.1.150 103 12/28/2023
2.1.149 2,473 12/28/2023
2.1.148 117 12/28/2023
2.1.147 733 12/28/2023
2.1.146 109 12/28/2023
2.1.145 109 12/28/2023
2.1.144 710 12/27/2023
2.1.143 118 12/27/2023
2.1.142 1,921 12/27/2023
2.1.141 115 12/27/2023
2.1.140 3,827 12/25/2023
2.1.139 111 12/25/2023
2.1.138 1,373 12/25/2023
2.1.137 1,870 12/25/2023
2.1.136 102 12/25/2023
2.1.135 98 12/25/2023
2.1.134 1,394 12/25/2023
2.1.133 107 12/25/2023
2.1.132 102 12/25/2023
2.1.131 175 12/25/2023
2.1.130 112 12/25/2023
2.1.129 4,310 12/24/2023
2.1.128 1,288 12/24/2023
2.1.127 447 12/24/2023
2.1.126 1,884 12/23/2023
2.1.125 1,291 12/23/2023
2.1.124 504 12/23/2023
2.1.123 107 12/23/2023
2.1.122 92 12/23/2023
2.1.121 259 12/23/2023
2.1.120 105 12/23/2023
2.1.119 104 12/23/2023
2.1.118 103 12/23/2023
2.1.117 811 12/23/2023
2.1.116 98 12/23/2023
2.1.115 1,320 12/23/2023
2.1.114 108 12/23/2023
2.1.113 5,808 12/19/2023
2.1.112 88 12/19/2023
2.1.111 743 12/19/2023
2.1.110 99 12/19/2023
2.1.109 1,271 12/19/2023
2.1.108 261 12/18/2023
2.1.107 2,148 12/13/2023
2.1.106 797 12/12/2023
2.1.105 957 12/11/2023
2.1.104 1,085 12/11/2023
2.1.103 301 12/11/2023
2.1.102 407 12/11/2023
2.1.101 228 12/10/2023
2.1.100 95 12/10/2023
2.1.99 116 12/10/2023
2.1.98 122 12/10/2023
2.1.97 4,116 12/10/2023
2.1.96 2,787 12/10/2023
2.1.95 877 12/9/2023
2.1.94 893 12/9/2023
2.1.93 1,352 12/9/2023
2.1.92 122 12/9/2023
2.1.91 116 12/9/2023
2.1.90 101 12/9/2023
2.1.89 107 12/9/2023
2.1.88 1,070 12/9/2023
2.1.87 105 12/9/2023
2.1.86 2,947 12/9/2023
2.1.85 113 12/9/2023
2.1.84 4,494 12/6/2023
2.1.83 560 12/6/2023
2.1.82 796 12/6/2023
2.1.81 116 12/6/2023
2.1.80 1,982 12/6/2023
2.1.79 538 12/5/2023
2.1.78 1,112 12/5/2023
2.1.77 575 12/5/2023
2.1.76 1,083 12/5/2023
2.1.75 1,177 12/5/2023
2.1.74 314 12/5/2023
2.1.73 196 12/4/2023
2.1.72 118 12/4/2023
2.1.71 116 12/4/2023
2.1.70 3,271 12/4/2023
2.1.69 133 12/4/2023
2.1.68 715 12/4/2023
2.1.67 119 12/4/2023
2.1.66 3,391 12/4/2023
2.1.65 1,785 11/27/2023
2.1.64 500 11/27/2023
2.1.63 2,077 11/23/2023
2.1.62 118 11/23/2023
2.1.61 524 11/23/2023
2.1.60 574 11/23/2023
2.1.59 119 11/23/2023
2.1.58 1,301 11/23/2023
2.1.57 125 11/23/2023
2.1.56 124 11/23/2023
2.1.55 112 11/23/2023
2.1.54 1,299 11/23/2023
2.1.53 127 11/23/2023
2.1.52 3,681 11/20/2023
2.1.51 118 11/20/2023
2.1.50 2,330 11/20/2023
2.1.49 103 11/20/2023
2.1.48 111 11/20/2023
2.1.47 1,589 11/20/2023
2.1.46 1,771 11/19/2023
2.1.45 105 11/19/2023
2.1.44 1,550 11/19/2023
2.1.43 212 11/19/2023
2.1.42 113 11/19/2023
2.1.41 123 11/19/2023
2.1.40 116 11/19/2023
2.1.39 2,885 11/19/2023
2.1.38 110 11/19/2023
2.1.37 3,025 11/18/2023
2.1.36 112 11/18/2023
2.1.35 119 11/18/2023
2.1.34 2,525 11/18/2023
2.1.33 114 11/18/2023
2.1.32 118 11/18/2023
2.1.31 481 11/18/2023
2.1.30 116 11/18/2023
2.1.29 98 11/18/2023
2.1.28 116 11/18/2023
2.1.27 1,187 11/17/2023
2.1.26 96 11/17/2023
2.1.25 1,448 11/17/2023
2.1.24 114 11/17/2023
2.1.23 121 11/17/2023
2.1.22 251 11/17/2023
2.1.21 114 11/17/2023
2.1.20 115 11/17/2023
2.1.19 2,694 11/17/2023
2.1.18 114 11/17/2023
2.1.17 1,138 11/17/2023
2.1.16 122 11/17/2023
2.1.15 1,189 11/17/2023
2.1.14 110 11/17/2023
2.1.13 121 11/17/2023
2.1.12 662 11/17/2023
2.1.11 121 11/17/2023
2.1.10 92 11/17/2023
2.1.9 2,114 11/17/2023
2.1.8 458 11/17/2023
2.1.7 115 11/17/2023
2.1.6 920 11/16/2023
2.1.5 112 11/16/2023
2.0.196 1,943 11/15/2023
2.0.195 116 11/15/2023
2.0.194 115 11/15/2023
2.0.193 116 11/15/2023
2.0.4 103 11/16/2023
2.0.3 115 11/16/2023
2.0.2 113 11/16/2023
2.0.1 110 11/16/2023
1.0.192 1,471 11/14/2023
1.0.191 119 11/14/2023
1.0.190 4,119 11/13/2023
1.0.189 110 11/13/2023
1.0.188 885 11/10/2023
1.0.187 110 11/10/2023
1.0.186 94 11/10/2023
1.0.185 2,042 11/9/2023
1.0.184 109 11/9/2023
1.0.183 112 11/9/2023
1.0.182 112 11/9/2023
1.0.181 3,478 11/8/2023
1.0.180 1,171 11/7/2023
1.0.179 118 11/7/2023
1.0.178 1,855 11/6/2023
1.0.177 109 11/6/2023
1.0.176 110 11/6/2023
1.0.175 1,807 11/3/2023
1.0.174 121 11/3/2023
1.0.173 121 11/3/2023
1.0.172 2,231 11/2/2023
1.0.171 123 11/2/2023
1.0.170 126 11/2/2023
1.0.169 1,684 11/1/2023
1.0.168 112 11/1/2023
1.0.167 6,716 10/27/2023
1.0.166 1,768 10/26/2023
1.0.165 3,333 10/20/2023
1.0.164 2,130 10/19/2023
1.0.163 118 10/19/2023
1.0.162 1,591 10/18/2023
1.0.161 118 10/18/2023
1.0.160 116 10/18/2023
1.0.159 1,957 10/17/2023
1.0.158 121 10/17/2023
1.0.157 129 10/17/2023
1.0.156 2,716 10/16/2023
1.0.155 128 10/16/2023
1.0.154 131 10/16/2023
1.0.153 2,689 10/13/2023
1.0.152 139 10/13/2023
1.0.151 137 10/13/2023
1.0.150 1,671 10/12/2023
1.0.149 5,634 9/20/2023
1.0.148 1,389 9/19/2023
1.0.147 120 9/19/2023
1.0.146 130 9/19/2023
1.0.145 3,965 9/18/2023
1.0.144 128 9/18/2023
1.0.143 116 9/18/2023
1.0.142 1,950 9/15/2023
1.0.141 1,962 9/14/2023
1.0.140 3,207 9/1/2023
1.0.139 2,514 8/31/2023
1.0.138 140 8/31/2023
1.0.137 1,846 8/30/2023
1.0.136 151 8/30/2023
1.0.135 140 8/30/2023
1.0.134 1,520 8/29/2023
1.0.133 155 8/29/2023
1.0.132 3,468 8/28/2023
1.0.131 146 8/28/2023
1.0.130 2,287 8/25/2023
1.0.129 149 8/25/2023
1.0.128 130 8/25/2023
1.0.127 3,140 8/24/2023
1.0.126 153 8/24/2023
1.0.125 3,357 8/22/2023
1.0.124 1,503 8/21/2023
1.0.123 150 8/21/2023
1.0.122 1,691 8/18/2023
1.0.121 145 8/18/2023
1.0.120 139 8/18/2023
1.0.119 2,412 8/17/2023
1.0.118 135 8/17/2023
1.0.117 146 8/17/2023
1.0.116 124 8/17/2023
1.0.115 6,971 8/11/2023
1.0.114 2,153 8/10/2023
1.0.113 158 8/10/2023
1.0.112 2,967 8/9/2023
1.0.111 164 8/9/2023
1.0.110 1,286 8/8/2023
1.0.109 163 8/8/2023
1.0.108 164 8/8/2023
1.0.107 3,371 8/7/2023
1.0.106 159 8/7/2023
1.0.105 162 8/7/2023
1.0.104 164 8/7/2023
1.0.103 6,492 7/14/2023
1.0.102 2,286 7/13/2023
1.0.101 2,179 7/12/2023
1.0.100 2,009 7/11/2023
1.0.99 161 7/11/2023
1.0.98 2,855 7/10/2023
1.0.97 161 7/10/2023
1.0.96 161 7/10/2023
1.0.95 2,427 7/7/2023
1.0.94 165 7/7/2023
1.0.93 167 7/7/2023
1.0.92 5,563 7/3/2023
1.0.91 2,514 6/30/2023
1.0.90 2,476 6/29/2023
1.0.89 185 6/29/2023
1.0.88 173 6/29/2023
1.0.87 2,138 6/28/2023
1.0.86 165 6/28/2023
1.0.85 175 6/28/2023
1.0.84 4,320 6/27/2023
1.0.83 162 6/27/2023
1.0.82 3,028 6/26/2023
1.0.81 168 6/26/2023
1.0.80 3,970 6/23/2023
1.0.79 2,694 6/22/2023
1.0.78 2,053 6/21/2023
1.0.77 3,490 6/19/2023
1.0.76 3,084 6/15/2023
1.0.75 154 6/15/2023
1.0.74 1,904 6/14/2023
1.0.73 5,707 6/12/2023
1.0.72 1,853 6/9/2023
1.0.71 167 6/9/2023
1.0.70 3,289 6/8/2023
1.0.69 172 6/8/2023
1.0.68 173 6/8/2023
1.0.67 4,178 6/7/2023
1.0.66 172 6/7/2023
1.0.65 171 6/7/2023
1.0.64 173 6/7/2023
1.0.63 2,431 6/6/2023
1.0.62 176 6/6/2023
1.0.61 171 6/6/2023
1.0.60 18,982 5/30/2023
1.0.59 171 5/30/2023
1.0.58 165 5/30/2023
1.0.57 4,421 5/29/2023
1.0.56 169 5/29/2023
1.0.55 167 5/29/2023
1.0.54 3,689 5/26/2023
1.0.53 175 5/26/2023
1.0.52 189 5/26/2023
1.0.51 5,965 5/25/2023
1.0.50 172 5/25/2023
1.0.49 173 5/25/2023
1.0.48 2,656 5/24/2023
1.0.46 179 5/24/2023
1.0.45 175 5/24/2023
1.0.43 3,359 5/23/2023
1.0.42 5,122 5/22/2023
1.0.41 183 5/22/2023
1.0.40 5,183 5/18/2023
1.0.39 3,348 5/17/2023
1.0.38 153 5/17/2023
1.0.37 229 5/17/2023
1.0.36 9,791 4/25/2023
1.0.35 1,223 4/24/2023
1.0.34 1,770 4/21/2023
1.0.33 199 4/21/2023
1.0.32 1,568 4/20/2023
1.0.31 2,187 4/19/2023
1.0.30 1,004 4/18/2023
1.0.29 1,534 4/17/2023
1.0.28 1,117 4/14/2023
1.0.27 1,110 4/13/2023
1.0.26 1,125 4/12/2023
1.0.25 1,415 4/11/2023
1.0.24 278 4/11/2023
1.0.23 1,563 4/10/2023
1.0.22 2,236 4/4/2023
1.0.21 202 4/4/2023
1.0.20 943 4/3/2023
1.0.19 226 4/3/2023
1.0.18 232 4/3/2023
1.0.17 227 4/3/2023
1.0.16 217 4/3/2023
1.0.15 214 4/3/2023
1.0.14 222 4/3/2023
1.0.13 217 4/3/2023
1.0.12 214 4/3/2023
1.0.11 1,978 3/23/2023
1.0.10 536 3/13/2023
1.0.9 301 3/12/2023
1.0.8 243 3/11/2023
1.0.7 245 3/10/2023
1.0.5 399 2/22/2023
1.0.4 448 2/19/2023
1.0.3 430 2/18/2023
1.0.1 374 2/12/2023