Soenneker.Utils.String.JaccardSimilarity 3.0.932

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

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

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.936 29 3/12/2025
3.0.935 32 3/12/2025
3.0.934 37 3/12/2025
3.0.933 44 3/11/2025
3.0.932 45 3/11/2025
3.0.931 44 3/11/2025
3.0.930 40 3/11/2025
3.0.929 46 3/11/2025
3.0.928 195 3/7/2025
3.0.927 191 3/7/2025
3.0.926 92 3/2/2025
3.0.925 76 3/2/2025
3.0.924 76 3/2/2025
3.0.923 76 3/2/2025
3.0.922 90 3/1/2025
3.0.921 81 3/1/2025
3.0.920 83 3/1/2025
3.0.919 82 3/1/2025
3.0.918 75 3/1/2025
3.0.917 84 2/25/2025
3.0.916 89 2/25/2025
3.0.915 77 2/25/2025
3.0.914 82 2/25/2025
3.0.913 75 2/24/2025
3.0.912 89 2/23/2025
3.0.911 81 2/23/2025
3.0.910 76 2/22/2025
3.0.909 81 2/22/2025
3.0.908 72 2/22/2025
3.0.907 80 2/22/2025
3.0.906 78 2/22/2025
3.0.905 83 2/21/2025
3.0.904 81 2/21/2025
3.0.903 89 2/21/2025
3.0.902 92 2/19/2025
3.0.901 79 2/19/2025
3.0.900 85 2/19/2025
3.0.899 85 2/18/2025
3.0.898 101 2/18/2025
3.0.897 94 2/18/2025
3.0.896 95 2/18/2025
3.0.895 71 2/14/2025
3.0.894 78 2/14/2025
3.0.893 78 2/13/2025
3.0.892 70 2/12/2025
3.0.891 76 2/12/2025
3.0.890 80 2/12/2025
3.0.889 82 2/12/2025
3.0.888 74 2/11/2025
3.0.887 72 2/11/2025
3.0.886 78 2/11/2025
3.0.885 74 2/11/2025
3.0.884 76 2/11/2025
3.0.883 87 2/11/2025
3.0.882 80 2/11/2025
3.0.881 90 2/10/2025
3.0.880 85 2/10/2025
3.0.879 91 2/10/2025
3.0.878 89 2/10/2025
3.0.877 92 2/9/2025
3.0.876 90 2/9/2025
3.0.875 86 2/9/2025
3.0.874 88 2/8/2025
3.0.873 90 2/8/2025
3.0.872 85 2/8/2025
3.0.871 90 2/8/2025
3.0.870 90 2/7/2025
3.0.869 93 2/7/2025
3.0.868 81 2/7/2025
3.0.867 82 2/7/2025
3.0.866 83 2/7/2025
3.0.865 72 2/7/2025
3.0.864 79 2/6/2025
3.0.863 88 2/5/2025
3.0.862 87 2/5/2025
3.0.861 78 2/5/2025
3.0.860 86 2/5/2025
3.0.859 77 2/5/2025
3.0.858 83 2/5/2025
3.0.857 94 1/28/2025
3.0.856 75 1/28/2025
3.0.855 72 1/28/2025
3.0.854 87 1/28/2025
3.0.853 74 1/27/2025
3.0.852 72 1/27/2025
3.0.851 78 1/27/2025
3.0.850 84 1/27/2025
3.0.849 80 1/26/2025
3.0.848 81 1/26/2025
3.0.847 82 1/26/2025
3.0.846 86 1/25/2025
3.0.845 74 1/25/2025
3.0.844 90 1/25/2025
3.0.843 77 1/25/2025
3.0.842 79 1/25/2025
3.0.841 80 1/25/2025
3.0.840 73 1/24/2025
3.0.839 80 1/24/2025
3.0.838 68 1/24/2025
3.0.837 76 1/24/2025
3.0.836 78 1/24/2025
3.0.835 74 1/23/2025
3.0.834 77 1/23/2025
3.0.833 81 1/21/2025
3.0.832 83 1/21/2025
3.0.831 84 1/21/2025
3.0.830 84 1/21/2025
3.0.829 78 1/21/2025
3.0.828 84 1/21/2025
3.0.827 86 1/21/2025
3.0.826 82 1/21/2025
3.0.825 79 1/21/2025
3.0.824 77 1/21/2025
3.0.823 79 1/20/2025
3.0.822 79 1/20/2025
3.0.821 72 1/20/2025
3.0.820 76 1/20/2025
3.0.819 83 1/20/2025
3.0.818 85 1/20/2025
3.0.817 82 1/20/2025
3.0.816 76 1/20/2025
3.0.815 81 1/19/2025
3.0.814 83 1/19/2025
3.0.813 77 1/19/2025
3.0.812 83 1/19/2025
3.0.811 73 1/19/2025
3.0.810 77 1/19/2025
3.0.809 78 1/19/2025
3.0.808 67 1/18/2025
3.0.807 78 1/18/2025
3.0.806 73 1/18/2025
3.0.805 74 1/18/2025
3.0.804 85 1/17/2025
3.0.803 82 1/17/2025
3.0.802 83 1/17/2025
3.0.801 73 1/17/2025
3.0.800 73 1/17/2025
3.0.799 70 1/17/2025
3.0.798 77 1/16/2025
3.0.797 72 1/16/2025
3.0.796 67 1/16/2025
3.0.795 77 1/16/2025
3.0.794 71 1/16/2025
3.0.793 74 1/16/2025
3.0.792 83 1/15/2025
3.0.791 71 1/15/2025
3.0.790 69 1/15/2025
3.0.789 74 1/15/2025
3.0.788 70 1/15/2025
3.0.787 53 1/15/2025
3.0.786 54 1/15/2025
3.0.785 61 1/14/2025
3.0.784 67 1/14/2025
3.0.783 63 1/14/2025
3.0.782 64 1/14/2025
3.0.781 78 1/13/2025
3.0.780 72 1/13/2025
3.0.779 69 1/13/2025
3.0.778 68 1/13/2025
3.0.777 70 1/13/2025
3.0.776 78 1/11/2025
3.0.775 85 1/11/2025
3.0.774 81 1/11/2025
3.0.773 80 1/11/2025
3.0.772 97 1/10/2025
3.0.771 96 1/10/2025
3.0.770 90 1/10/2025
3.0.769 88 1/10/2025
3.0.768 88 1/10/2025
3.0.767 109 1/3/2025
3.0.766 92 1/3/2025
3.0.765 90 1/2/2025
3.0.764 92 1/2/2025
3.0.763 87 1/2/2025
3.0.762 101 1/2/2025
3.0.761 97 1/1/2025
3.0.760 97 1/1/2025
3.0.759 92 1/1/2025
3.0.758 101 1/1/2025
3.0.757 99 1/1/2025
3.0.756 99 1/1/2025
3.0.755 97 1/1/2025
3.0.754 88 12/31/2024
3.0.753 89 12/31/2024
3.0.752 87 12/31/2024
3.0.751 109 12/31/2024
3.0.750 107 12/31/2024
3.0.749 101 12/31/2024
3.0.748 80 12/31/2024
3.0.747 83 12/31/2024
3.0.746 96 12/31/2024
3.0.745 83 12/31/2024
3.0.744 84 12/31/2024
3.0.743 82 12/28/2024
3.0.742 81 12/28/2024
3.0.741 85 12/27/2024
3.0.740 84 12/27/2024
3.0.739 97 12/24/2024
3.0.738 84 12/24/2024
3.0.737 80 12/24/2024
3.0.736 77 12/24/2024
3.0.735 87 12/24/2024
3.0.734 76 12/24/2024
3.0.733 80 12/23/2024
3.0.732 77 12/23/2024
3.0.731 88 12/23/2024
3.0.730 83 12/23/2024
3.0.729 88 12/23/2024
3.0.728 85 12/22/2024
3.0.727 80 12/22/2024
3.0.726 85 12/22/2024
3.0.725 95 12/22/2024
3.0.724 78 12/22/2024
3.0.723 87 12/22/2024
3.0.722 85 12/22/2024
3.0.721 94 12/21/2024
3.0.720 81 12/21/2024
3.0.719 94 12/21/2024
3.0.718 83 12/21/2024
3.0.717 91 12/21/2024
3.0.716 88 12/21/2024
3.0.715 84 12/21/2024
3.0.714 89 12/20/2024
3.0.713 83 12/20/2024
3.0.712 86 12/20/2024
3.0.711 81 12/20/2024
3.0.710 89 12/20/2024
3.0.709 80 12/19/2024
3.0.708 80 12/19/2024
3.0.707 84 12/19/2024
3.0.706 101 12/19/2024
3.0.705 97 12/18/2024
3.0.704 79 12/16/2024
3.0.703 73 12/16/2024
3.0.702 81 12/10/2024
3.0.701 82 12/10/2024
3.0.700 77 12/9/2024
3.0.699 79 12/9/2024
3.0.698 76 12/9/2024
3.0.697 85 12/9/2024
3.0.696 85 12/7/2024
3.0.694 83 12/6/2024
3.0.693 83 12/6/2024
3.0.692 82 12/6/2024
3.0.691 97 12/6/2024
3.0.690 82 12/6/2024
3.0.689 94 12/6/2024
3.0.688 92 12/6/2024
3.0.687 87 12/5/2024
3.0.686 85 12/5/2024
3.0.685 94 12/5/2024
3.0.684 85 12/5/2024
3.0.683 85 12/5/2024
3.0.682 98 12/5/2024
3.0.681 90 12/5/2024
3.0.680 100 12/4/2024
3.0.679 89 12/4/2024
3.0.678 89 12/4/2024
3.0.677 86 12/4/2024
3.0.676 95 12/4/2024
3.0.675 86 12/4/2024
3.0.674 92 12/4/2024
3.0.673 93 12/4/2024
3.0.672 94 12/4/2024
3.0.671 89 12/3/2024
3.0.670 87 12/3/2024
3.0.669 93 12/3/2024
3.0.668 93 12/3/2024
3.0.667 85 12/3/2024
3.0.666 81 12/3/2024
3.0.665 85 12/2/2024
3.0.664 89 12/2/2024
3.0.663 87 12/2/2024
3.0.662 92 12/2/2024
3.0.661 79 12/2/2024
3.0.660 90 12/1/2024
3.0.659 92 12/1/2024
3.0.658 82 12/1/2024
3.0.657 90 12/1/2024
3.0.656 92 11/29/2024
3.0.655 86 11/29/2024
3.0.654 89 11/29/2024
3.0.653 89 11/21/2024
3.0.652 88 11/21/2024
3.0.651 86 11/20/2024
3.0.650 96 11/20/2024
3.0.649 84 11/20/2024
3.0.648 89 11/20/2024
3.0.647 94 11/20/2024
3.0.646 86 11/19/2024
3.0.645 86 11/19/2024
3.0.644 87 11/19/2024
3.0.643 83 11/19/2024
3.0.642 84 11/19/2024
3.0.641 80 11/19/2024
3.0.640 83 11/15/2024
3.0.639 87 11/14/2024
3.0.638 82 11/14/2024
3.0.637 87 11/14/2024
3.0.636 88 11/14/2024
3.0.635 85 11/14/2024
3.0.634 83 11/14/2024
3.0.633 85 11/14/2024
3.0.632 88 11/14/2024
3.0.631 92 11/14/2024
3.0.630 88 11/14/2024
3.0.629 89 11/14/2024
2.1.628 94 11/13/2024
2.1.627 88 11/13/2024
2.1.626 97 11/13/2024
2.1.625 104 11/12/2024
2.1.624 98 11/12/2024
2.1.623 99 11/9/2024
2.1.622 98 11/9/2024
2.1.621 99 11/9/2024
2.1.620 85 11/8/2024
2.1.619 90 11/8/2024
2.1.618 93 11/8/2024
2.1.617 92 11/8/2024
2.1.616 85 11/8/2024
2.1.615 88 11/6/2024
2.1.614 94 11/1/2024
2.1.613 88 11/1/2024
2.1.612 87 11/1/2024
2.1.611 89 10/29/2024
2.1.610 84 10/29/2024
2.1.609 87 10/29/2024
2.1.608 82 10/29/2024
2.1.607 79 10/29/2024
2.1.606 93 10/28/2024
2.1.605 91 10/26/2024
2.1.604 88 10/26/2024
2.1.603 91 10/22/2024
2.1.602 86 10/22/2024
2.1.601 87 10/22/2024
2.1.600 102 10/22/2024
2.1.599 88 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 92 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 101 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 88 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 90 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 96 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 111 9/12/2024
2.1.521 111 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 97 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 106 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 105 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 102 8/26/2024
2.1.478 117 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 70 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 93 7/25/2024
2.1.446 98 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 91 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 96 7/10/2024
2.1.432 95 7/10/2024
2.1.431 94 7/10/2024
2.1.429 91 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 99 7/9/2024
2.1.422 84 7/9/2024
2.1.421 80 7/9/2024
2.1.420 92 7/9/2024
2.1.419 99 7/9/2024
2.1.418 83 7/9/2024
2.1.417 88 7/9/2024
2.1.416 98 7/9/2024
2.1.415 100 7/8/2024
2.1.414 107 7/8/2024
2.1.413 108 7/8/2024
2.1.412 98 7/8/2024
2.1.411 110 7/8/2024
2.1.410 102 7/7/2024
2.1.409 98 7/7/2024
2.1.408 117 7/3/2024
2.1.407 105 7/3/2024
2.1.406 98 7/3/2024
2.1.405 102 7/3/2024
2.1.404 101 7/3/2024
2.1.403 88 7/3/2024
2.1.402 105 6/27/2024
2.1.401 108 6/27/2024
2.1.400 109 6/27/2024
2.1.399 104 6/22/2024
2.1.398 107 6/22/2024
2.1.397 114 6/22/2024
2.1.396 92 6/16/2024
2.1.395 101 6/15/2024
2.1.394 98 6/15/2024
2.1.393 103 6/15/2024
2.1.392 106 6/15/2024
2.1.391 97 6/15/2024
2.1.390 98 6/15/2024
2.1.389 97 6/15/2024
2.1.388 98 6/14/2024
2.1.387 94 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 110 6/1/2024
2.1.382 100 6/1/2024
2.1.381 104 6/1/2024
2.1.380 99 6/1/2024
2.1.379 104 6/1/2024
2.1.378 104 6/1/2024
2.1.377 99 6/1/2024
2.1.376 101 5/31/2024
2.1.375 107 5/31/2024
2.1.374 81 5/31/2024
2.1.373 99 5/31/2024
2.1.372 105 5/29/2024
2.1.371 101 5/29/2024
2.1.370 95 5/29/2024
2.1.369 119 5/29/2024
2.1.368 111 5/28/2024
2.1.367 101 5/28/2024
2.1.366 102 5/28/2024
2.1.365 92 5/28/2024
2.1.364 102 5/28/2024
2.1.363 96 5/27/2024
2.1.362 107 5/27/2024
2.1.361 99 5/27/2024
2.1.360 103 5/26/2024
2.1.359 111 5/26/2024
2.1.358 108 5/26/2024
2.1.357 114 5/26/2024
2.1.356 110 5/26/2024
2.1.355 107 5/26/2024
2.1.354 106 5/25/2024
2.1.353 105 5/25/2024
2.1.352 105 5/25/2024
2.1.351 102 5/25/2024
2.1.350 106 5/25/2024
2.1.349 113 5/25/2024
2.1.348 111 5/23/2024
2.1.347 101 5/23/2024
2.1.346 101 5/23/2024
2.1.345 107 5/23/2024
2.1.344 107 5/23/2024
2.1.343 104 5/23/2024
2.1.342 112 5/22/2024
2.1.341 108 5/22/2024
2.1.340 113 5/22/2024
2.1.339 113 5/22/2024
2.1.338 95 5/18/2024
2.1.337 97 5/18/2024
2.1.336 102 5/18/2024
2.1.335 108 5/17/2024
2.1.334 109 5/17/2024
2.1.333 107 5/17/2024
2.1.332 110 5/17/2024
2.1.331 105 5/16/2024
2.1.330 89 5/16/2024
2.1.329 103 5/16/2024
2.1.328 105 5/15/2024
2.1.327 89 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 122 4/20/2024
2.1.303 105 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 100 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 99 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 503 3/30/2024
2.1.271 111 3/29/2024
2.1.270 115 3/29/2024
2.1.269 110 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 117 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 124 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 110 3/2/2024
2.1.200 113 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 104 2/26/2024
2.1.190 111 2/26/2024
2.1.189 117 2/25/2024
2.1.188 115 2/25/2024
2.1.187 116 2/25/2024
2.1.186 110 2/25/2024
2.1.185 118 2/24/2024
2.1.184 115 2/24/2024
2.1.183 111 2/23/2024
2.1.182 100 2/23/2024
2.1.181 116 2/22/2024
2.1.180 121 2/22/2024
2.1.179 127 2/22/2024
2.1.178 129 2/22/2024
2.1.177 109 2/22/2024
2.1.176 130 2/22/2024
2.1.175 116 2/21/2024
2.1.174 129 2/21/2024
2.1.173 114 2/21/2024
2.1.172 122 2/21/2024
2.1.171 121 2/21/2024
2.1.170 120 2/21/2024
2.1.169 113 2/21/2024
2.1.168 117 2/20/2024
2.1.167 108 2/20/2024
2.1.166 104 2/20/2024
2.1.165 122 2/20/2024
2.1.164 123 2/20/2024
2.1.163 113 2/20/2024
2.1.162 120 2/20/2024
2.1.161 115 2/20/2024
2.1.160 108 2/19/2024
2.1.159 109 2/19/2024
2.1.158 113 2/19/2024
2.1.157 112 2/19/2024
2.1.156 117 2/17/2024
2.1.155 111 2/17/2024
2.1.154 109 2/17/2024
2.1.153 109 2/17/2024
2.1.152 113 2/17/2024
2.1.151 113 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 110 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 109 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 123 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 123 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 130 2/7/2024
2.1.104 118 2/7/2024
2.1.103 131 2/7/2024
2.1.102 113 2/7/2024
2.1.101 128 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 109 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 117 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 123 1/1/2024
2.1.7 111 1/1/2024
2.1.6 122 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