Soenneker.Utils.String.JaccardSimilarity 3.0.785

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Utils.String.JaccardSimilarity --version 3.0.785                
NuGet\Install-Package Soenneker.Utils.String.JaccardSimilarity -Version 3.0.785                
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.String.JaccardSimilarity" Version="3.0.785" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Utils.String.JaccardSimilarity --version 3.0.785                
#r "nuget: Soenneker.Utils.String.JaccardSimilarity, 3.0.785"                
#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.String.JaccardSimilarity as a Cake Addin
#addin nuget:?package=Soenneker.Utils.String.JaccardSimilarity&version=3.0.785

// Install Soenneker.Utils.String.JaccardSimilarity as a Cake Tool
#tool nuget:?package=Soenneker.Utils.String.JaccardSimilarity&version=3.0.785                

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.String.JaccardSimilarity

A utility library for comparing strings via the Jaccard similarity algorithm

Installation

dotnet add package Soenneker.Utils.String.JaccardSimilarity

Why?

Jaccard similarity is great for comparing sets of items, and it's often used for tasks like detecting similar documents or recommending content. It's useful because:

Set-Focused:

It works well when you care about what elements are present, not their order.

Scale Doesn't Matter:

It's not influenced by how big the sets are, just by what they share.

Efficient:

It's quick to calculate making it suitable for large datasets.

Handles Noise Well:

It stays reliable even if there's extra, less important information in the sets.

Usage

var text1 = "This is a test";
var text2 = "This is another test";

double result = JaccardSimilarityStringUtil.CalculateSimilarityPercentage(text1, text2); // 60
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net9.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.805 0 1/18/2025
3.0.804 20 1/17/2025
3.0.803 29 1/17/2025
3.0.802 26 1/17/2025
3.0.801 25 1/17/2025
3.0.800 25 1/17/2025
3.0.799 28 1/17/2025
3.0.798 34 1/16/2025
3.0.797 30 1/16/2025
3.0.796 32 1/16/2025
3.0.795 33 1/16/2025
3.0.794 32 1/16/2025
3.0.793 36 1/16/2025
3.0.792 37 1/15/2025
3.0.791 32 1/15/2025
3.0.790 29 1/15/2025
3.0.789 35 1/15/2025
3.0.788 33 1/15/2025
3.0.787 15 1/15/2025
3.0.786 16 1/15/2025
3.0.785 7 1/14/2025
3.0.784 7 1/14/2025
3.0.783 5 1/14/2025
3.0.782 5 1/14/2025
3.0.781 63 1/13/2025
3.0.780 61 1/13/2025
3.0.779 56 1/13/2025
3.0.778 56 1/13/2025
3.0.777 59 1/13/2025
3.0.776 61 1/11/2025
3.0.775 65 1/11/2025
3.0.774 61 1/11/2025
3.0.773 60 1/11/2025
3.0.772 72 1/10/2025
3.0.771 74 1/10/2025
3.0.770 69 1/10/2025
3.0.769 70 1/10/2025
3.0.768 69 1/10/2025
3.0.767 101 1/3/2025
3.0.766 85 1/3/2025
3.0.765 83 1/2/2025
3.0.764 85 1/2/2025
3.0.763 80 1/2/2025
3.0.762 94 1/2/2025
3.0.761 90 1/1/2025
3.0.760 90 1/1/2025
3.0.759 85 1/1/2025
3.0.758 94 1/1/2025
3.0.757 92 1/1/2025
3.0.756 92 1/1/2025
3.0.755 90 1/1/2025
3.0.754 83 12/31/2024
3.0.753 84 12/31/2024
3.0.752 82 12/31/2024
3.0.751 104 12/31/2024
3.0.750 101 12/31/2024
3.0.749 95 12/31/2024
3.0.748 74 12/31/2024
3.0.747 77 12/31/2024
3.0.746 90 12/31/2024
3.0.745 77 12/31/2024
3.0.744 78 12/31/2024
3.0.743 77 12/28/2024
3.0.742 76 12/28/2024
3.0.741 80 12/27/2024
3.0.740 79 12/27/2024
3.0.739 92 12/24/2024
3.0.738 78 12/24/2024
3.0.737 74 12/24/2024
3.0.736 72 12/24/2024
3.0.735 82 12/24/2024
3.0.734 71 12/24/2024
3.0.733 75 12/23/2024
3.0.732 72 12/23/2024
3.0.731 84 12/23/2024
3.0.730 79 12/23/2024
3.0.729 84 12/23/2024
3.0.728 81 12/22/2024
3.0.727 76 12/22/2024
3.0.726 81 12/22/2024
3.0.725 91 12/22/2024
3.0.724 74 12/22/2024
3.0.723 83 12/22/2024
3.0.722 81 12/22/2024
3.0.721 90 12/21/2024
3.0.720 77 12/21/2024
3.0.719 90 12/21/2024
3.0.718 79 12/21/2024
3.0.717 87 12/21/2024
3.0.716 84 12/21/2024
3.0.715 78 12/21/2024
3.0.714 83 12/20/2024
3.0.713 79 12/20/2024
3.0.712 82 12/20/2024
3.0.711 77 12/20/2024
3.0.710 85 12/20/2024
3.0.709 76 12/19/2024
3.0.708 76 12/19/2024
3.0.707 80 12/19/2024
3.0.706 97 12/19/2024
3.0.705 94 12/18/2024
3.0.704 76 12/16/2024
3.0.703 70 12/16/2024
3.0.702 77 12/10/2024
3.0.701 78 12/10/2024
3.0.700 73 12/9/2024
3.0.699 75 12/9/2024
3.0.698 72 12/9/2024
3.0.697 81 12/9/2024
3.0.696 81 12/7/2024
3.0.694 79 12/6/2024
3.0.693 79 12/6/2024
3.0.692 78 12/6/2024
3.0.691 93 12/6/2024
3.0.690 78 12/6/2024
3.0.689 90 12/6/2024
3.0.688 86 12/6/2024
3.0.687 83 12/5/2024
3.0.686 81 12/5/2024
3.0.685 90 12/5/2024
3.0.684 81 12/5/2024
3.0.683 81 12/5/2024
3.0.682 94 12/5/2024
3.0.681 86 12/5/2024
3.0.680 96 12/4/2024
3.0.679 83 12/4/2024
3.0.678 85 12/4/2024
3.0.677 82 12/4/2024
3.0.676 91 12/4/2024
3.0.675 82 12/4/2024
3.0.674 88 12/4/2024
3.0.673 89 12/4/2024
3.0.672 88 12/4/2024
3.0.671 85 12/3/2024
3.0.670 83 12/3/2024
3.0.669 89 12/3/2024
3.0.668 87 12/3/2024
3.0.667 81 12/3/2024
3.0.666 77 12/3/2024
3.0.665 81 12/2/2024
3.0.664 84 12/2/2024
3.0.663 81 12/2/2024
3.0.662 86 12/2/2024
3.0.661 75 12/2/2024
3.0.660 86 12/1/2024
3.0.659 88 12/1/2024
3.0.658 78 12/1/2024
3.0.657 84 12/1/2024
3.0.656 88 11/29/2024
3.0.655 82 11/29/2024
3.0.654 85 11/29/2024
3.0.653 85 11/21/2024
3.0.652 84 11/21/2024
3.0.651 82 11/20/2024
3.0.650 90 11/20/2024
3.0.649 80 11/20/2024
3.0.648 85 11/20/2024
3.0.647 90 11/20/2024
3.0.646 82 11/19/2024
3.0.645 82 11/19/2024
3.0.644 83 11/19/2024
3.0.643 77 11/19/2024
3.0.642 80 11/19/2024
3.0.641 74 11/19/2024
3.0.640 79 11/15/2024
3.0.639 83 11/14/2024
3.0.638 77 11/14/2024
3.0.637 83 11/14/2024
3.0.636 84 11/14/2024
3.0.635 79 11/14/2024
3.0.634 79 11/14/2024
3.0.633 81 11/14/2024
3.0.632 84 11/14/2024
3.0.631 88 11/14/2024
3.0.630 83 11/14/2024
3.0.629 84 11/14/2024
2.1.628 90 11/13/2024
2.1.627 84 11/13/2024
2.1.626 93 11/13/2024
2.1.625 98 11/12/2024
2.1.624 88 11/12/2024
2.1.623 95 11/9/2024
2.1.622 94 11/9/2024
2.1.621 95 11/9/2024
2.1.620 81 11/8/2024
2.1.619 84 11/8/2024
2.1.618 88 11/8/2024
2.1.617 88 11/8/2024
2.1.616 81 11/8/2024
2.1.615 84 11/6/2024
2.1.614 88 11/1/2024
2.1.613 82 11/1/2024
2.1.612 79 11/1/2024
2.1.611 82 10/29/2024
2.1.610 78 10/29/2024
2.1.609 79 10/29/2024
2.1.608 78 10/29/2024
2.1.607 75 10/29/2024
2.1.606 89 10/28/2024
2.1.605 87 10/26/2024
2.1.604 84 10/26/2024
2.1.603 85 10/22/2024
2.1.602 82 10/22/2024
2.1.601 83 10/22/2024
2.1.600 98 10/22/2024
2.1.599 82 10/22/2024
2.1.598 89 10/18/2024
2.1.597 90 10/17/2024
2.1.596 86 10/17/2024
2.1.595 93 10/15/2024
2.1.594 85 10/15/2024
2.1.593 89 10/14/2024
2.1.592 88 10/12/2024
2.1.591 82 10/12/2024
2.1.590 89 10/11/2024
2.1.589 94 10/9/2024
2.1.588 85 10/9/2024
2.1.587 83 10/9/2024
2.1.586 87 10/9/2024
2.1.585 87 10/8/2024
2.1.584 91 10/8/2024
2.1.583 83 10/8/2024
2.1.582 93 10/8/2024
2.1.581 87 10/8/2024
2.1.580 90 10/3/2024
2.1.579 80 10/3/2024
2.1.578 93 10/3/2024
2.1.577 83 10/3/2024
2.1.576 87 10/3/2024
2.1.575 88 10/2/2024
2.1.574 94 10/2/2024
2.1.573 88 10/2/2024
2.1.572 92 10/2/2024
2.1.571 85 10/1/2024
2.1.570 85 10/1/2024
2.1.569 84 10/1/2024
2.1.568 89 10/1/2024
2.1.567 94 10/1/2024
2.1.566 90 9/29/2024
2.1.565 85 9/29/2024
2.1.564 93 9/29/2024
2.1.563 83 9/29/2024
2.1.562 87 9/27/2024
2.1.561 97 9/27/2024
2.1.560 95 9/27/2024
2.1.559 99 9/27/2024
2.1.558 91 9/27/2024
2.1.557 83 9/27/2024
2.1.556 87 9/27/2024
2.1.555 88 9/26/2024
2.1.554 92 9/26/2024
2.1.553 90 9/26/2024
2.1.552 91 9/26/2024
2.1.551 84 9/26/2024
2.1.550 90 9/26/2024
2.1.549 88 9/26/2024
2.1.548 93 9/26/2024
2.1.547 91 9/23/2024
2.1.546 82 9/23/2024
2.1.545 88 9/23/2024
2.1.544 90 9/23/2024
2.1.543 83 9/23/2024
2.1.542 89 9/23/2024
2.1.541 90 9/23/2024
2.1.540 86 9/23/2024
2.1.539 113 9/18/2024
2.1.538 84 9/18/2024
2.1.537 87 9/18/2024
2.1.536 99 9/18/2024
2.1.535 90 9/18/2024
2.1.534 92 9/17/2024
2.1.533 91 9/17/2024
2.1.531 94 9/17/2024
2.1.530 98 9/17/2024
2.1.529 96 9/17/2024
2.1.528 105 9/17/2024
2.1.527 101 9/17/2024
2.1.526 97 9/16/2024
2.1.525 103 9/16/2024
2.1.524 105 9/12/2024
2.1.523 104 9/12/2024
2.1.522 108 9/12/2024
2.1.521 110 9/12/2024
2.1.520 110 9/11/2024
2.1.519 105 9/11/2024
2.1.517 100 9/11/2024
2.1.516 122 9/11/2024
2.1.515 100 9/10/2024
2.1.514 95 9/10/2024
2.1.513 98 9/10/2024
2.1.512 98 9/10/2024
2.1.511 98 9/10/2024
2.1.510 106 9/10/2024
2.1.509 96 9/9/2024
2.1.508 99 9/9/2024
2.1.507 105 9/9/2024
2.1.506 96 9/9/2024
2.1.505 98 9/9/2024
2.1.504 111 9/9/2024
2.1.503 108 9/7/2024
2.1.502 101 9/7/2024
2.1.501 105 9/6/2024
2.1.500 105 9/6/2024
2.1.499 107 9/6/2024
2.1.498 109 9/6/2024
2.1.497 103 9/5/2024
2.1.496 108 9/5/2024
2.1.495 101 9/5/2024
2.1.494 110 9/5/2024
2.1.493 100 9/5/2024
2.1.492 100 9/5/2024
2.1.491 108 9/5/2024
2.1.490 107 9/4/2024
2.1.489 104 9/4/2024
2.1.488 106 9/3/2024
2.1.487 102 9/3/2024
2.1.486 104 9/3/2024
2.1.485 106 9/3/2024
2.1.484 98 9/3/2024
2.1.483 103 8/29/2024
2.1.482 99 8/29/2024
2.1.481 92 8/29/2024
2.1.480 111 8/26/2024
2.1.479 100 8/26/2024
2.1.478 113 8/26/2024
2.1.477 121 8/21/2024
2.1.476 129 8/21/2024
2.1.475 119 8/21/2024
2.1.474 106 8/21/2024
2.1.473 130 8/20/2024
2.1.472 116 8/20/2024
2.1.471 114 8/20/2024
2.1.470 118 8/20/2024
2.1.469 115 8/20/2024
2.1.468 119 8/20/2024
2.1.467 122 8/19/2024
2.1.466 116 8/15/2024
2.1.465 121 8/15/2024
2.1.464 114 8/15/2024
2.1.463 121 8/14/2024
2.1.462 121 8/14/2024
2.1.461 114 8/14/2024
2.1.460 117 8/13/2024
2.1.459 103 8/7/2024
2.1.458 100 8/7/2024
2.1.457 102 8/7/2024
2.1.456 93 8/6/2024
2.1.455 89 8/6/2024
2.1.454 67 8/1/2024
2.1.453 78 8/1/2024
2.1.452 77 8/1/2024
2.1.450 92 7/25/2024
2.1.449 92 7/25/2024
2.1.448 88 7/25/2024
2.1.447 88 7/25/2024
2.1.446 97 7/25/2024
2.1.445 94 7/25/2024
2.1.444 95 7/24/2024
2.1.442 98 7/20/2024
2.1.441 97 7/20/2024
2.1.440 101 7/20/2024
2.1.439 90 7/14/2024
2.1.438 98 7/14/2024
2.1.437 90 7/14/2024
2.1.436 94 7/14/2024
2.1.435 88 7/14/2024
2.1.434 95 7/10/2024
2.1.433 94 7/10/2024
2.1.432 93 7/10/2024
2.1.431 91 7/10/2024
2.1.429 89 7/10/2024
2.1.428 65 7/10/2024
2.1.427 91 7/10/2024
2.1.426 99 7/10/2024
2.1.424 98 7/10/2024
2.1.423 97 7/9/2024
2.1.422 83 7/9/2024
2.1.421 78 7/9/2024
2.1.420 88 7/9/2024
2.1.419 96 7/9/2024
2.1.418 81 7/9/2024
2.1.417 80 7/9/2024
2.1.416 96 7/9/2024
2.1.415 98 7/8/2024
2.1.414 105 7/8/2024
2.1.413 106 7/8/2024
2.1.412 96 7/8/2024
2.1.411 108 7/8/2024
2.1.410 100 7/7/2024
2.1.409 96 7/7/2024
2.1.408 115 7/3/2024
2.1.407 105 7/3/2024
2.1.406 96 7/3/2024
2.1.405 100 7/3/2024
2.1.404 99 7/3/2024
2.1.403 86 7/3/2024
2.1.402 103 6/27/2024
2.1.401 106 6/27/2024
2.1.400 107 6/27/2024
2.1.399 102 6/22/2024
2.1.398 105 6/22/2024
2.1.397 106 6/22/2024
2.1.396 90 6/16/2024
2.1.395 99 6/15/2024
2.1.394 96 6/15/2024
2.1.393 100 6/15/2024
2.1.392 104 6/15/2024
2.1.391 96 6/15/2024
2.1.390 96 6/15/2024
2.1.389 95 6/15/2024
2.1.388 96 6/14/2024
2.1.387 92 6/14/2024
2.1.386 99 6/4/2024
2.1.385 101 6/4/2024
2.1.384 107 6/2/2024
2.1.383 108 6/1/2024
2.1.382 98 6/1/2024
2.1.381 102 6/1/2024
2.1.380 97 6/1/2024
2.1.379 102 6/1/2024
2.1.378 96 6/1/2024
2.1.377 97 6/1/2024
2.1.376 99 5/31/2024
2.1.375 105 5/31/2024
2.1.374 79 5/31/2024
2.1.373 97 5/31/2024
2.1.372 103 5/29/2024
2.1.371 93 5/29/2024
2.1.370 93 5/29/2024
2.1.369 117 5/29/2024
2.1.368 109 5/28/2024
2.1.367 99 5/28/2024
2.1.366 100 5/28/2024
2.1.365 90 5/28/2024
2.1.364 100 5/28/2024
2.1.363 94 5/27/2024
2.1.362 105 5/27/2024
2.1.361 97 5/27/2024
2.1.360 102 5/26/2024
2.1.359 109 5/26/2024
2.1.358 106 5/26/2024
2.1.357 112 5/26/2024
2.1.356 108 5/26/2024
2.1.355 105 5/26/2024
2.1.354 104 5/25/2024
2.1.353 103 5/25/2024
2.1.352 103 5/25/2024
2.1.351 102 5/25/2024
2.1.350 104 5/25/2024
2.1.349 111 5/25/2024
2.1.348 109 5/23/2024
2.1.347 99 5/23/2024
2.1.346 99 5/23/2024
2.1.345 105 5/23/2024
2.1.344 105 5/23/2024
2.1.343 102 5/23/2024
2.1.342 110 5/22/2024
2.1.341 106 5/22/2024
2.1.340 111 5/22/2024
2.1.339 111 5/22/2024
2.1.338 93 5/18/2024
2.1.337 95 5/18/2024
2.1.336 100 5/18/2024
2.1.335 105 5/17/2024
2.1.334 107 5/17/2024
2.1.333 106 5/17/2024
2.1.332 108 5/17/2024
2.1.331 103 5/16/2024
2.1.330 87 5/16/2024
2.1.329 103 5/16/2024
2.1.328 103 5/15/2024
2.1.327 88 5/15/2024
2.1.326 107 5/15/2024
2.1.325 99 5/13/2024
2.1.324 107 5/13/2024
2.1.323 101 5/13/2024
2.1.322 90 5/12/2024
2.1.321 126 4/30/2024
2.1.320 118 4/30/2024
2.1.319 116 4/30/2024
2.1.318 111 4/30/2024
2.1.317 109 4/29/2024
2.1.316 102 4/29/2024
2.1.315 105 4/29/2024
2.1.314 107 4/29/2024
2.1.313 98 4/28/2024
2.1.312 108 4/28/2024
2.1.311 106 4/28/2024
2.1.310 107 4/28/2024
2.1.309 105 4/28/2024
2.1.308 107 4/28/2024
2.1.307 101 4/28/2024
2.1.306 108 4/28/2024
2.1.305 105 4/27/2024
2.1.304 121 4/20/2024
2.1.303 104 4/20/2024
2.1.302 105 4/19/2024
2.1.301 106 4/19/2024
2.1.300 97 4/19/2024
2.1.299 98 4/19/2024
2.1.298 102 4/19/2024
2.1.297 105 4/18/2024
2.1.296 127 4/13/2024
2.1.295 123 4/13/2024
2.1.294 111 4/13/2024
2.1.293 115 4/13/2024
2.1.292 101 4/12/2024
2.1.291 104 4/12/2024
2.1.290 107 4/12/2024
2.1.289 108 4/12/2024
2.1.288 103 4/12/2024
2.1.287 111 4/12/2024
2.1.286 110 4/12/2024
2.1.285 104 4/12/2024
2.1.284 105 4/11/2024
2.1.283 110 4/10/2024
2.1.282 98 4/10/2024
2.1.281 107 4/10/2024
2.1.280 102 4/10/2024
2.1.279 112 4/10/2024
2.1.278 101 4/3/2024
2.1.277 113 4/2/2024
2.1.276 107 4/2/2024
2.1.275 86 4/2/2024
2.1.274 122 4/2/2024
2.1.273 97 4/2/2024
2.1.272 501 3/30/2024
2.1.271 111 3/29/2024
2.1.270 115 3/29/2024
2.1.269 109 3/25/2024
2.1.268 104 3/25/2024
2.1.267 109 3/25/2024
2.1.266 105 3/25/2024
2.1.265 108 3/25/2024
2.1.264 113 3/21/2024
2.1.263 107 3/21/2024
2.1.262 103 3/20/2024
2.1.261 105 3/20/2024
2.1.260 101 3/20/2024
2.1.259 100 3/20/2024
2.1.258 112 3/19/2024
2.1.257 125 3/19/2024
2.1.256 99 3/19/2024
2.1.255 112 3/19/2024
2.1.254 127 3/19/2024
2.1.253 122 3/19/2024
2.1.252 96 3/18/2024
2.1.251 116 3/16/2024
2.1.250 117 3/16/2024
2.1.249 131 3/16/2024
2.1.248 115 3/15/2024
2.1.247 115 3/14/2024
2.1.246 128 3/13/2024
2.1.245 121 3/13/2024
2.1.244 121 3/13/2024
2.1.243 126 3/13/2024
2.1.242 109 3/13/2024
2.1.241 117 3/13/2024
2.1.240 127 3/13/2024
2.1.239 115 3/13/2024
2.1.238 121 3/13/2024
2.1.237 109 3/12/2024
2.1.236 125 3/12/2024
2.1.235 115 3/12/2024
2.1.234 108 3/12/2024
2.1.233 100 3/12/2024
2.1.232 118 3/12/2024
2.1.231 113 3/11/2024
2.1.230 118 3/11/2024
2.1.229 99 3/11/2024
2.1.228 98 3/11/2024
2.1.227 111 3/10/2024
2.1.226 104 3/10/2024
2.1.225 105 3/10/2024
2.1.224 122 3/9/2024
2.1.223 118 3/8/2024
2.1.222 120 3/8/2024
2.1.221 116 3/8/2024
2.1.220 112 3/8/2024
2.1.219 121 3/8/2024
2.1.218 110 3/8/2024
2.1.217 112 3/6/2024
2.1.216 118 3/6/2024
2.1.215 125 3/4/2024
2.1.214 117 3/4/2024
2.1.213 117 3/4/2024
2.1.212 120 3/4/2024
2.1.211 126 3/4/2024
2.1.210 118 3/3/2024
2.1.209 127 3/3/2024
2.1.208 120 3/3/2024
2.1.207 126 3/3/2024
2.1.206 120 3/2/2024
2.1.205 120 3/2/2024
2.1.204 123 3/2/2024
2.1.203 116 3/2/2024
2.1.202 125 3/2/2024
2.1.201 106 3/2/2024
2.1.200 111 3/2/2024
2.1.199 119 2/29/2024
2.1.198 114 2/29/2024
2.1.197 111 2/29/2024
2.1.196 113 2/29/2024
2.1.195 107 2/29/2024
2.1.194 115 2/29/2024
2.1.193 114 2/29/2024
2.1.192 128 2/27/2024
2.1.191 103 2/26/2024
2.1.190 110 2/26/2024
2.1.189 116 2/25/2024
2.1.188 114 2/25/2024
2.1.187 115 2/25/2024
2.1.186 109 2/25/2024
2.1.185 117 2/24/2024
2.1.184 112 2/24/2024
2.1.183 110 2/23/2024
2.1.182 98 2/23/2024
2.1.181 115 2/22/2024
2.1.180 118 2/22/2024
2.1.179 120 2/22/2024
2.1.178 124 2/22/2024
2.1.177 104 2/22/2024
2.1.176 125 2/22/2024
2.1.175 111 2/21/2024
2.1.174 124 2/21/2024
2.1.173 107 2/21/2024
2.1.172 117 2/21/2024
2.1.171 116 2/21/2024
2.1.170 115 2/21/2024
2.1.169 108 2/21/2024
2.1.168 112 2/20/2024
2.1.167 103 2/20/2024
2.1.166 99 2/20/2024
2.1.165 118 2/20/2024
2.1.164 117 2/20/2024
2.1.163 108 2/20/2024
2.1.162 115 2/20/2024
2.1.161 107 2/20/2024
2.1.160 104 2/19/2024
2.1.159 103 2/19/2024
2.1.158 107 2/19/2024
2.1.157 108 2/19/2024
2.1.156 113 2/17/2024
2.1.155 105 2/17/2024
2.1.154 105 2/17/2024
2.1.153 105 2/17/2024
2.1.152 109 2/17/2024
2.1.151 109 2/16/2024
2.1.150 110 2/16/2024
2.1.149 110 2/16/2024
2.1.148 113 2/16/2024
2.1.147 112 2/16/2024
2.1.146 116 2/16/2024
2.1.145 113 2/16/2024
2.1.144 106 2/16/2024
2.1.143 109 2/14/2024
2.1.142 112 2/14/2024
2.1.141 115 2/14/2024
2.1.140 115 2/14/2024
2.1.139 108 2/13/2024
2.1.138 128 2/13/2024
2.1.137 108 2/13/2024
2.1.136 104 2/13/2024
2.1.135 107 2/13/2024
2.1.134 129 2/13/2024
2.1.133 113 2/13/2024
2.1.132 126 2/12/2024
2.1.131 118 2/12/2024
2.1.130 108 2/12/2024
2.1.129 128 2/12/2024
2.1.128 128 2/11/2024
2.1.127 120 2/11/2024
2.1.126 109 2/11/2024
2.1.125 113 2/11/2024
2.1.124 125 2/11/2024
2.1.123 117 2/11/2024
2.1.122 119 2/10/2024
2.1.121 117 2/10/2024
2.1.120 130 2/10/2024
2.1.119 128 2/10/2024
2.1.118 115 2/9/2024
2.1.117 127 2/9/2024
2.1.116 125 2/9/2024
2.1.115 133 2/9/2024
2.1.114 121 2/9/2024
2.1.113 107 2/9/2024
2.1.112 110 2/9/2024
2.1.111 118 2/8/2024
2.1.110 129 2/8/2024
2.1.109 131 2/8/2024
2.1.108 119 2/8/2024
2.1.107 113 2/8/2024
2.1.106 121 2/8/2024
2.1.105 128 2/7/2024
2.1.104 118 2/7/2024
2.1.103 127 2/7/2024
2.1.102 113 2/7/2024
2.1.101 126 2/7/2024
2.1.100 125 2/7/2024
2.1.99 130 2/7/2024
2.1.98 126 2/6/2024
2.1.97 117 2/6/2024
2.1.96 131 2/6/2024
2.1.95 101 2/5/2024
2.1.94 113 2/5/2024
2.1.93 115 2/5/2024
2.1.92 117 2/4/2024
2.1.91 98 2/4/2024
2.1.90 119 2/4/2024
2.1.89 119 2/3/2024
2.1.88 120 2/3/2024
2.1.87 116 2/2/2024
2.1.86 119 1/31/2024
2.1.85 97 1/31/2024
2.1.84 104 1/31/2024
2.1.83 107 1/31/2024
2.1.82 98 1/31/2024
2.1.81 105 1/30/2024
2.1.80 100 1/30/2024
2.1.79 109 1/30/2024
2.1.78 110 1/29/2024
2.1.77 107 1/29/2024
2.1.76 96 1/29/2024
2.1.75 111 1/29/2024
2.1.74 108 1/29/2024
2.1.73 115 1/28/2024
2.1.72 111 1/28/2024
2.1.71 94 1/28/2024
2.1.70 109 1/28/2024
2.1.69 106 1/28/2024
2.1.68 110 1/28/2024
2.1.67 112 1/28/2024
2.1.66 111 1/27/2024
2.1.65 113 1/27/2024
2.1.64 110 1/27/2024
2.1.63 114 1/27/2024
2.1.62 113 1/27/2024
2.1.61 106 1/27/2024
2.1.60 105 1/27/2024
2.1.59 95 1/27/2024
2.1.58 105 1/26/2024
2.1.57 111 1/26/2024
2.1.56 114 1/26/2024
2.1.55 107 1/26/2024
2.1.54 110 1/26/2024
2.1.53 112 1/26/2024
2.1.52 97 1/26/2024
2.1.51 92 1/26/2024
2.1.50 119 1/25/2024
2.1.49 105 1/25/2024
2.1.48 114 1/25/2024
2.1.47 112 1/25/2024
2.1.46 112 1/25/2024
2.1.45 111 1/19/2024
2.1.44 115 1/19/2024
2.1.43 123 1/16/2024
2.1.42 119 1/16/2024
2.1.41 116 1/15/2024
2.1.40 125 1/15/2024
2.1.39 118 1/15/2024
2.1.38 121 1/15/2024
2.1.37 124 1/15/2024
2.1.36 118 1/15/2024
2.1.35 100 1/15/2024
2.1.34 124 1/14/2024
2.1.33 114 1/14/2024
2.1.32 128 1/14/2024
2.1.31 117 1/14/2024
2.1.30 123 1/13/2024
2.1.29 119 1/13/2024
2.1.28 108 1/13/2024
2.1.27 120 1/13/2024
2.1.26 142 1/12/2024
2.1.25 103 1/12/2024
2.1.24 120 1/12/2024
2.1.23 107 1/11/2024
2.1.22 123 1/11/2024
2.1.21 93 1/11/2024
2.1.20 115 1/9/2024
2.1.19 113 1/8/2024
2.1.18 118 1/8/2024
2.1.17 126 1/8/2024
2.1.16 143 1/7/2024
2.1.15 132 1/6/2024
2.1.14 121 1/5/2024
2.1.13 130 1/5/2024
2.1.12 131 1/5/2024
2.1.11 93 1/5/2024
2.1.10 126 1/5/2024
2.1.9 126 1/5/2024
2.1.8 121 1/1/2024
2.1.7 109 1/1/2024
2.1.6 120 1/1/2024
2.1.5 143 1/1/2024
2.1.4 130 1/1/2024
2.1.3 133 12/31/2023
2.1.2 117 12/31/2023
2.1.1 126 12/31/2023