Soenneker.Utils.String.JaccardSimilarity 3.0.728

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.728                
NuGet\Install-Package Soenneker.Utils.String.JaccardSimilarity -Version 3.0.728                
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.728" />                
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.728                
#r "nuget: Soenneker.Utils.String.JaccardSimilarity, 3.0.728"                
#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.728

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

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.857 0 1/28/2025
3.0.856 0 1/28/2025
3.0.855 0 1/28/2025
3.0.854 0 1/28/2025
3.0.853 0 1/27/2025
3.0.852 0 1/27/2025
3.0.851 19 1/27/2025
3.0.850 16 1/27/2025
3.0.849 31 1/26/2025
3.0.848 29 1/26/2025
3.0.847 30 1/26/2025
3.0.846 30 1/25/2025
3.0.845 27 1/25/2025
3.0.844 33 1/25/2025
3.0.843 29 1/25/2025
3.0.842 31 1/25/2025
3.0.841 18 1/25/2025
3.0.840 5 1/24/2025
3.0.839 7 1/24/2025
3.0.838 4 1/24/2025
3.0.837 24 1/24/2025
3.0.836 27 1/24/2025
3.0.835 27 1/23/2025
3.0.834 24 1/23/2025
3.0.833 36 1/21/2025
3.0.832 37 1/21/2025
3.0.831 36 1/21/2025
3.0.830 36 1/21/2025
3.0.829 35 1/21/2025
3.0.828 36 1/21/2025
3.0.827 50 1/21/2025
3.0.826 58 1/21/2025
3.0.825 52 1/21/2025
3.0.824 63 1/21/2025
3.0.823 63 1/20/2025
3.0.822 64 1/20/2025
3.0.821 58 1/20/2025
3.0.820 61 1/20/2025
3.0.819 67 1/20/2025
3.0.818 69 1/20/2025
3.0.817 68 1/20/2025
3.0.816 64 1/20/2025
3.0.815 73 1/19/2025
3.0.814 74 1/19/2025
3.0.813 68 1/19/2025
3.0.812 74 1/19/2025
3.0.811 65 1/19/2025
3.0.810 69 1/19/2025
3.0.809 70 1/19/2025
3.0.808 58 1/18/2025
3.0.807 65 1/18/2025
3.0.806 62 1/18/2025
3.0.805 63 1/18/2025
3.0.804 70 1/17/2025
3.0.803 74 1/17/2025
3.0.802 75 1/17/2025
3.0.801 65 1/17/2025
3.0.800 67 1/17/2025
3.0.799 64 1/17/2025
3.0.798 71 1/16/2025
3.0.797 66 1/16/2025
3.0.796 63 1/16/2025
3.0.795 73 1/16/2025
3.0.794 65 1/16/2025
3.0.793 70 1/16/2025
3.0.792 79 1/15/2025
3.0.791 67 1/15/2025
3.0.790 65 1/15/2025
3.0.789 70 1/15/2025
3.0.788 66 1/15/2025
3.0.787 49 1/15/2025
3.0.786 50 1/15/2025
3.0.785 41 1/14/2025
3.0.784 46 1/14/2025
3.0.783 39 1/14/2025
3.0.782 40 1/14/2025
3.0.781 67 1/13/2025
3.0.780 65 1/13/2025
3.0.779 60 1/13/2025
3.0.778 60 1/13/2025
3.0.777 63 1/13/2025
3.0.776 65 1/11/2025
3.0.775 70 1/11/2025
3.0.774 67 1/11/2025
3.0.773 66 1/11/2025
3.0.772 78 1/10/2025
3.0.771 80 1/10/2025
3.0.770 76 1/10/2025
3.0.769 75 1/10/2025
3.0.768 75 1/10/2025
3.0.767 103 1/3/2025
3.0.766 87 1/3/2025
3.0.765 85 1/2/2025
3.0.764 87 1/2/2025
3.0.763 82 1/2/2025
3.0.762 96 1/2/2025
3.0.761 92 1/1/2025
3.0.760 92 1/1/2025
3.0.759 87 1/1/2025
3.0.758 96 1/1/2025
3.0.757 94 1/1/2025
3.0.756 94 1/1/2025
3.0.755 92 1/1/2025
3.0.754 85 12/31/2024
3.0.753 86 12/31/2024
3.0.752 84 12/31/2024
3.0.751 106 12/31/2024
3.0.750 103 12/31/2024
3.0.749 97 12/31/2024
3.0.748 76 12/31/2024
3.0.747 79 12/31/2024
3.0.746 92 12/31/2024
3.0.745 79 12/31/2024
3.0.744 80 12/31/2024
3.0.743 79 12/28/2024
3.0.742 78 12/28/2024
3.0.741 82 12/27/2024
3.0.740 81 12/27/2024
3.0.739 94 12/24/2024
3.0.738 81 12/24/2024
3.0.737 77 12/24/2024
3.0.736 74 12/24/2024
3.0.735 84 12/24/2024
3.0.734 73 12/24/2024
3.0.733 77 12/23/2024
3.0.732 74 12/23/2024
3.0.731 86 12/23/2024
3.0.730 81 12/23/2024
3.0.729 86 12/23/2024
3.0.728 83 12/22/2024
3.0.727 78 12/22/2024
3.0.726 83 12/22/2024
3.0.725 93 12/22/2024
3.0.724 76 12/22/2024
3.0.723 85 12/22/2024
3.0.722 83 12/22/2024
3.0.721 92 12/21/2024
3.0.720 79 12/21/2024
3.0.719 92 12/21/2024
3.0.718 81 12/21/2024
3.0.717 89 12/21/2024
3.0.716 86 12/21/2024
3.0.715 82 12/21/2024
3.0.714 87 12/20/2024
3.0.713 81 12/20/2024
3.0.712 84 12/20/2024
3.0.711 79 12/20/2024
3.0.710 87 12/20/2024
3.0.709 78 12/19/2024
3.0.708 78 12/19/2024
3.0.707 82 12/19/2024
3.0.706 99 12/19/2024
3.0.705 95 12/18/2024
3.0.704 77 12/16/2024
3.0.703 71 12/16/2024
3.0.702 79 12/10/2024
3.0.701 80 12/10/2024
3.0.700 75 12/9/2024
3.0.699 77 12/9/2024
3.0.698 74 12/9/2024
3.0.697 83 12/9/2024
3.0.696 83 12/7/2024
3.0.694 81 12/6/2024
3.0.693 81 12/6/2024
3.0.692 80 12/6/2024
3.0.691 95 12/6/2024
3.0.690 80 12/6/2024
3.0.689 92 12/6/2024
3.0.688 90 12/6/2024
3.0.687 85 12/5/2024
3.0.686 83 12/5/2024
3.0.685 92 12/5/2024
3.0.684 83 12/5/2024
3.0.683 83 12/5/2024
3.0.682 96 12/5/2024
3.0.681 88 12/5/2024
3.0.680 98 12/4/2024
3.0.679 87 12/4/2024
3.0.678 87 12/4/2024
3.0.677 84 12/4/2024
3.0.676 93 12/4/2024
3.0.675 84 12/4/2024
3.0.674 90 12/4/2024
3.0.673 91 12/4/2024
3.0.672 92 12/4/2024
3.0.671 87 12/3/2024
3.0.670 85 12/3/2024
3.0.669 91 12/3/2024
3.0.668 91 12/3/2024
3.0.667 83 12/3/2024
3.0.666 79 12/3/2024
3.0.665 83 12/2/2024
3.0.664 86 12/2/2024
3.0.663 85 12/2/2024
3.0.662 90 12/2/2024
3.0.661 77 12/2/2024
3.0.660 88 12/1/2024
3.0.659 90 12/1/2024
3.0.658 80 12/1/2024
3.0.657 88 12/1/2024
3.0.656 90 11/29/2024
3.0.655 84 11/29/2024
3.0.654 87 11/29/2024
3.0.653 87 11/21/2024
3.0.652 86 11/21/2024
3.0.651 84 11/20/2024
3.0.650 94 11/20/2024
3.0.649 82 11/20/2024
3.0.648 87 11/20/2024
3.0.647 92 11/20/2024
3.0.646 84 11/19/2024
3.0.645 84 11/19/2024
3.0.644 85 11/19/2024
3.0.643 81 11/19/2024
3.0.642 82 11/19/2024
3.0.641 78 11/19/2024
3.0.640 81 11/15/2024
3.0.639 85 11/14/2024
3.0.638 79 11/14/2024
3.0.637 85 11/14/2024
3.0.636 86 11/14/2024
3.0.635 81 11/14/2024
3.0.634 81 11/14/2024
3.0.633 83 11/14/2024
3.0.632 86 11/14/2024
3.0.631 90 11/14/2024
3.0.630 85 11/14/2024
3.0.629 86 11/14/2024
2.1.628 92 11/13/2024
2.1.627 86 11/13/2024
2.1.626 95 11/13/2024
2.1.625 100 11/12/2024
2.1.624 90 11/12/2024
2.1.623 97 11/9/2024
2.1.622 96 11/9/2024
2.1.621 97 11/9/2024
2.1.620 83 11/8/2024
2.1.619 88 11/8/2024
2.1.618 91 11/8/2024
2.1.617 90 11/8/2024
2.1.616 83 11/8/2024
2.1.615 86 11/6/2024
2.1.614 90 11/1/2024
2.1.613 84 11/1/2024
2.1.612 83 11/1/2024
2.1.611 85 10/29/2024
2.1.610 80 10/29/2024
2.1.609 83 10/29/2024
2.1.608 80 10/29/2024
2.1.607 77 10/29/2024
2.1.606 91 10/28/2024
2.1.605 89 10/26/2024
2.1.604 86 10/26/2024
2.1.603 89 10/22/2024
2.1.602 84 10/22/2024
2.1.601 85 10/22/2024
2.1.600 100 10/22/2024
2.1.599 86 10/22/2024
2.1.598 91 10/18/2024
2.1.597 92 10/17/2024
2.1.596 88 10/17/2024
2.1.595 95 10/15/2024
2.1.594 87 10/15/2024
2.1.593 91 10/14/2024
2.1.592 90 10/12/2024
2.1.591 86 10/12/2024
2.1.590 91 10/11/2024
2.1.589 96 10/9/2024
2.1.588 87 10/9/2024
2.1.587 87 10/9/2024
2.1.586 89 10/9/2024
2.1.585 89 10/8/2024
2.1.584 95 10/8/2024
2.1.583 84 10/8/2024
2.1.582 95 10/8/2024
2.1.581 90 10/8/2024
2.1.580 92 10/3/2024
2.1.579 82 10/3/2024
2.1.578 95 10/3/2024
2.1.577 85 10/3/2024
2.1.576 89 10/3/2024
2.1.575 92 10/2/2024
2.1.574 96 10/2/2024
2.1.573 90 10/2/2024
2.1.572 94 10/2/2024
2.1.571 87 10/1/2024
2.1.570 87 10/1/2024
2.1.569 86 10/1/2024
2.1.568 91 10/1/2024
2.1.567 96 10/1/2024
2.1.566 92 9/29/2024
2.1.565 87 9/29/2024
2.1.564 95 9/29/2024
2.1.563 85 9/29/2024
2.1.562 89 9/27/2024
2.1.561 99 9/27/2024
2.1.560 97 9/27/2024
2.1.559 101 9/27/2024
2.1.558 95 9/27/2024
2.1.557 85 9/27/2024
2.1.556 89 9/27/2024
2.1.555 90 9/26/2024
2.1.554 96 9/26/2024
2.1.553 92 9/26/2024
2.1.552 93 9/26/2024
2.1.551 86 9/26/2024
2.1.550 92 9/26/2024
2.1.549 90 9/26/2024
2.1.548 95 9/26/2024
2.1.547 93 9/23/2024
2.1.546 84 9/23/2024
2.1.545 90 9/23/2024
2.1.544 92 9/23/2024
2.1.543 87 9/23/2024
2.1.542 92 9/23/2024
2.1.541 92 9/23/2024
2.1.540 88 9/23/2024
2.1.539 115 9/18/2024
2.1.538 89 9/18/2024
2.1.537 91 9/18/2024
2.1.536 101 9/18/2024
2.1.535 92 9/18/2024
2.1.534 94 9/17/2024
2.1.533 93 9/17/2024
2.1.531 96 9/17/2024
2.1.530 102 9/17/2024
2.1.529 100 9/17/2024
2.1.528 107 9/17/2024
2.1.527 103 9/17/2024
2.1.526 99 9/16/2024
2.1.525 107 9/16/2024
2.1.524 105 9/12/2024
2.1.523 104 9/12/2024
2.1.522 110 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 96 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 107 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 106 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 101 8/29/2024
2.1.481 94 8/29/2024
2.1.480 111 8/26/2024
2.1.479 100 8/26/2024
2.1.478 115 8/26/2024
2.1.477 121 8/21/2024
2.1.476 129 8/21/2024
2.1.475 121 8/21/2024
2.1.474 106 8/21/2024
2.1.473 130 8/20/2024
2.1.472 119 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 105 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 69 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 94 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 96 7/25/2024
2.1.444 95 7/24/2024
2.1.442 100 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 94 7/10/2024
2.1.426 101 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 105 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 92 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 103 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 109 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 107 4/11/2024
2.1.283 112 4/10/2024
2.1.282 98 4/10/2024
2.1.281 107 4/10/2024
2.1.280 105 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 124 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 111 3/25/2024
2.1.266 107 3/25/2024
2.1.265 108 3/25/2024
2.1.264 113 3/21/2024
2.1.263 109 3/21/2024
2.1.262 105 3/20/2024
2.1.261 105 3/20/2024
2.1.260 101 3/20/2024
2.1.259 102 3/20/2024
2.1.258 117 3/19/2024
2.1.257 127 3/19/2024
2.1.256 99 3/19/2024
2.1.255 114 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 118 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 119 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 114 3/6/2024
2.1.216 120 3/6/2024
2.1.215 125 3/4/2024
2.1.214 117 3/4/2024
2.1.213 119 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 129 3/3/2024
2.1.208 122 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 108 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 114 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 120 2/22/2024
2.1.179 122 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 109 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 119 2/20/2024
2.1.163 108 2/20/2024
2.1.162 115 2/20/2024
2.1.161 111 2/20/2024
2.1.160 104 2/19/2024
2.1.159 105 2/19/2024
2.1.158 109 2/19/2024
2.1.157 108 2/19/2024
2.1.156 113 2/17/2024
2.1.155 107 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 109 2/13/2024
2.1.134 129 2/13/2024
2.1.133 113 2/13/2024
2.1.132 130 2/12/2024
2.1.131 120 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 122 2/11/2024
2.1.126 111 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 121 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 117 2/9/2024
2.1.117 129 2/9/2024
2.1.116 125 2/9/2024
2.1.115 133 2/9/2024
2.1.114 123 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 123 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 119 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 119 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 113 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 126 1/15/2024
2.1.36 120 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 119 1/14/2024
2.1.30 123 1/13/2024
2.1.29 121 1/13/2024
2.1.28 110 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