Soenneker.Utils.String.JaccardSimilarity 3.0.984

Prefix Reserved
dotnet add package Soenneker.Utils.String.JaccardSimilarity --version 3.0.984
                    
NuGet\Install-Package Soenneker.Utils.String.JaccardSimilarity -Version 3.0.984
                    
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.984" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Utils.String.JaccardSimilarity" Version="3.0.984" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Utils.String.JaccardSimilarity" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Utils.String.JaccardSimilarity --version 3.0.984
                    
#r "nuget: Soenneker.Utils.String.JaccardSimilarity, 3.0.984"
                    
#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.
#:package Soenneker.Utils.String.JaccardSimilarity@3.0.984
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.Utils.String.JaccardSimilarity&version=3.0.984
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.String.JaccardSimilarity&version=3.0.984
                    
Install as a Cake Tool

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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.984 126 8/11/2025
3.0.983 94 6/27/2025
3.0.982 159 5/27/2025
3.0.981 151 5/22/2025
3.0.980 158 5/7/2025
3.0.979 155 5/5/2025
3.0.978 151 5/5/2025
3.0.977 153 5/5/2025
3.0.976 180 4/8/2025
3.0.975 182 4/8/2025
3.0.974 165 4/8/2025
3.0.973 167 4/8/2025
3.0.972 173 4/8/2025
3.0.971 179 4/8/2025
3.0.970 171 4/7/2025
3.0.969 171 4/7/2025
3.0.968 163 4/7/2025
3.0.967 166 4/7/2025
3.0.966 183 4/7/2025
3.0.965 169 4/7/2025
3.0.964 170 4/7/2025
3.0.963 163 4/6/2025
3.0.962 176 4/6/2025
3.0.961 146 4/6/2025
3.0.960 156 4/6/2025
3.0.959 144 4/6/2025
3.0.958 115 4/6/2025
3.0.957 127 4/6/2025
3.0.956 102 4/5/2025
3.0.955 97 4/5/2025
3.0.954 101 4/5/2025
3.0.953 101 4/5/2025
3.0.952 101 4/5/2025
3.0.951 100 4/5/2025
3.0.950 105 4/5/2025
3.0.949 168 4/4/2025
3.0.948 165 4/1/2025
3.0.947 168 3/31/2025
3.0.946 166 3/31/2025
3.0.945 97 3/29/2025
3.0.944 477 3/25/2025
3.0.943 481 3/25/2025
3.0.942 137 3/21/2025
3.0.941 145 3/21/2025
3.0.940 157 3/18/2025
3.0.939 156 3/18/2025
3.0.938 87 3/15/2025
3.0.937 86 3/15/2025
3.0.936 169 3/12/2025
3.0.935 169 3/12/2025
3.0.934 172 3/12/2025
3.0.933 165 3/11/2025
3.0.932 165 3/11/2025
3.0.931 167 3/11/2025
3.0.930 163 3/11/2025
3.0.929 167 3/11/2025
3.0.928 226 3/7/2025
3.0.927 231 3/7/2025
3.0.926 126 3/2/2025
3.0.925 105 3/2/2025
3.0.924 103 3/2/2025
3.0.923 106 3/2/2025
3.0.922 120 3/1/2025
3.0.921 109 3/1/2025
3.0.920 117 3/1/2025
3.0.919 107 3/1/2025
3.0.918 101 3/1/2025
3.0.917 110 2/25/2025
3.0.916 115 2/25/2025
3.0.915 110 2/25/2025
3.0.914 113 2/25/2025
3.0.913 110 2/24/2025
3.0.912 113 2/23/2025
3.0.911 111 2/23/2025
3.0.910 106 2/22/2025
3.0.909 112 2/22/2025
3.0.908 97 2/22/2025
3.0.907 112 2/22/2025
3.0.906 103 2/22/2025
3.0.905 105 2/21/2025
3.0.904 111 2/21/2025
3.0.903 121 2/21/2025
3.0.902 118 2/19/2025
3.0.901 114 2/19/2025
3.0.900 114 2/19/2025
3.0.899 115 2/18/2025
3.0.898 129 2/18/2025
3.0.897 126 2/18/2025
3.0.896 117 2/18/2025
3.0.895 102 2/14/2025
3.0.894 111 2/14/2025
3.0.893 109 2/13/2025
3.0.892 92 2/12/2025
3.0.891 107 2/12/2025
3.0.890 108 2/12/2025
3.0.889 113 2/12/2025
3.0.888 109 2/11/2025
3.0.887 97 2/11/2025
3.0.886 109 2/11/2025
3.0.885 98 2/11/2025
3.0.884 104 2/11/2025
3.0.883 118 2/11/2025
3.0.882 107 2/11/2025
3.0.881 114 2/10/2025
3.0.880 109 2/10/2025
3.0.879 122 2/10/2025
3.0.878 117 2/10/2025
3.0.877 120 2/9/2025
3.0.876 123 2/9/2025
3.0.875 117 2/9/2025
3.0.874 118 2/8/2025
3.0.873 123 2/8/2025
3.0.872 108 2/8/2025
3.0.871 114 2/8/2025
3.0.870 117 2/7/2025
3.0.869 125 2/7/2025
3.0.868 120 2/7/2025
3.0.867 109 2/7/2025
3.0.866 105 2/7/2025
3.0.865 95 2/7/2025
3.0.864 111 2/6/2025
3.0.863 121 2/5/2025
3.0.862 112 2/5/2025
3.0.861 102 2/5/2025
3.0.860 118 2/5/2025
3.0.859 113 2/5/2025
3.0.858 119 2/5/2025
3.0.857 118 1/28/2025
3.0.856 102 1/28/2025
3.0.855 103 1/28/2025
3.0.854 117 1/28/2025
3.0.853 97 1/27/2025
3.0.852 103 1/27/2025
3.0.851 102 1/27/2025
3.0.850 109 1/27/2025
3.0.849 103 1/26/2025
3.0.848 104 1/26/2025
3.0.847 113 1/26/2025
3.0.846 115 1/25/2025
3.0.845 105 1/25/2025
3.0.844 116 1/25/2025
3.0.843 99 1/25/2025
3.0.842 103 1/25/2025
3.0.841 107 1/25/2025
3.0.840 97 1/24/2025
3.0.839 112 1/24/2025
3.0.838 100 1/24/2025
3.0.837 105 1/24/2025
3.0.836 107 1/24/2025
3.0.835 100 1/23/2025
3.0.834 106 1/23/2025
3.0.833 113 1/21/2025
3.0.832 112 1/21/2025
3.0.831 109 1/21/2025
3.0.830 111 1/21/2025
3.0.829 103 1/21/2025
3.0.828 113 1/21/2025
3.0.827 109 1/21/2025
3.0.826 114 1/21/2025
3.0.825 110 1/21/2025
3.0.824 104 1/21/2025
3.0.823 106 1/20/2025
3.0.822 108 1/20/2025
3.0.821 100 1/20/2025
3.0.820 104 1/20/2025
3.0.819 114 1/20/2025
3.0.818 109 1/20/2025
3.0.817 112 1/20/2025
3.0.816 99 1/20/2025
3.0.815 109 1/19/2025
3.0.814 112 1/19/2025
3.0.813 101 1/19/2025
3.0.812 105 1/19/2025
3.0.811 97 1/19/2025
3.0.810 100 1/19/2025
3.0.809 105 1/19/2025
3.0.808 96 1/18/2025
3.0.807 105 1/18/2025
3.0.806 100 1/18/2025
3.0.805 96 1/18/2025
3.0.804 131 1/17/2025
3.0.803 104 1/17/2025
3.0.802 110 1/17/2025
3.0.801 105 1/17/2025
3.0.800 101 1/17/2025
3.0.799 90 1/17/2025
3.0.798 101 1/16/2025
3.0.797 97 1/16/2025
3.0.796 91 1/16/2025
3.0.795 102 1/16/2025
3.0.794 103 1/16/2025
3.0.793 98 1/16/2025
3.0.792 108 1/15/2025
3.0.791 96 1/15/2025
3.0.790 92 1/15/2025
3.0.789 100 1/15/2025
3.0.788 101 1/15/2025
3.0.787 76 1/15/2025
3.0.786 74 1/15/2025
3.0.785 88 1/14/2025
3.0.784 93 1/14/2025
3.0.783 87 1/14/2025
3.0.782 85 1/14/2025
3.0.781 100 1/13/2025
3.0.780 106 1/13/2025
3.0.779 95 1/13/2025
3.0.778 89 1/13/2025
3.0.777 94 1/13/2025
3.0.776 100 1/11/2025
3.0.775 113 1/11/2025
3.0.774 102 1/11/2025
3.0.773 105 1/11/2025
3.0.772 123 1/10/2025
3.0.771 122 1/10/2025
3.0.770 118 1/10/2025
3.0.769 115 1/10/2025
3.0.768 112 1/10/2025
3.0.767 134 1/3/2025
3.0.766 126 1/3/2025
3.0.765 118 1/2/2025
3.0.764 116 1/2/2025
3.0.763 111 1/2/2025
3.0.762 135 1/2/2025
3.0.761 125 1/1/2025
3.0.760 120 1/1/2025
3.0.759 120 1/1/2025
3.0.758 128 1/1/2025
3.0.757 126 1/1/2025
3.0.756 130 1/1/2025
3.0.755 129 1/1/2025
3.0.754 114 12/31/2024
3.0.753 114 12/31/2024
3.0.752 113 12/31/2024
3.0.751 136 12/31/2024
3.0.750 124 12/31/2024
3.0.749 125 12/31/2024
3.0.748 105 12/31/2024
3.0.747 107 12/31/2024
3.0.746 120 12/31/2024
3.0.745 108 12/31/2024
3.0.744 105 12/31/2024
3.0.743 109 12/28/2024
3.0.742 111 12/28/2024
3.0.741 109 12/27/2024
3.0.740 108 12/27/2024
3.0.739 114 12/24/2024
3.0.738 117 12/24/2024
3.0.737 103 12/24/2024
3.0.736 100 12/24/2024
3.0.735 114 12/24/2024
3.0.734 102 12/24/2024
3.0.733 102 12/23/2024
3.0.732 103 12/23/2024
3.0.731 115 12/23/2024
3.0.730 108 12/23/2024
3.0.729 112 12/23/2024
3.0.728 115 12/22/2024
3.0.727 100 12/22/2024
3.0.726 116 12/22/2024
3.0.725 116 12/22/2024
3.0.724 106 12/22/2024
3.0.723 111 12/22/2024
3.0.722 116 12/22/2024
3.0.721 116 12/21/2024
3.0.720 106 12/21/2024
3.0.719 113 12/21/2024
3.0.718 107 12/21/2024
3.0.717 116 12/21/2024
3.0.716 114 12/21/2024
3.0.715 111 12/21/2024
3.0.714 110 12/20/2024
3.0.713 114 12/20/2024
3.0.712 116 12/20/2024
3.0.711 104 12/20/2024
3.0.710 112 12/20/2024
3.0.709 101 12/19/2024
3.0.708 105 12/19/2024
3.0.707 110 12/19/2024
3.0.706 118 12/19/2024
3.0.705 126 12/18/2024
3.0.704 105 12/16/2024
3.0.703 103 12/16/2024
3.0.702 108 12/10/2024
3.0.701 107 12/10/2024
3.0.700 103 12/9/2024
3.0.699 101 12/9/2024
3.0.698 102 12/9/2024
3.0.697 107 12/9/2024
3.0.696 111 12/7/2024
3.0.694 104 12/6/2024
3.0.693 110 12/6/2024
3.0.692 105 12/6/2024
3.0.691 124 12/6/2024
3.0.690 107 12/6/2024
3.0.689 120 12/6/2024
3.0.688 116 12/6/2024
3.0.687 113 12/5/2024
3.0.686 117 12/5/2024
3.0.685 126 12/5/2024
3.0.684 110 12/5/2024
3.0.683 110 12/5/2024
3.0.682 119 12/5/2024
3.0.681 120 12/5/2024
3.0.680 127 12/4/2024
3.0.679 119 12/4/2024
3.0.678 116 12/4/2024
3.0.677 115 12/4/2024
3.0.676 123 12/4/2024
3.0.675 116 12/4/2024
3.0.674 119 12/4/2024
3.0.673 118 12/4/2024
3.0.672 117 12/4/2024
3.0.671 111 12/3/2024
3.0.670 122 12/3/2024
3.0.669 123 12/3/2024
3.0.668 122 12/3/2024
3.0.667 108 12/3/2024
3.0.666 107 12/3/2024
3.0.665 111 12/2/2024
3.0.664 114 12/2/2024
3.0.663 117 12/2/2024
3.0.662 119 12/2/2024
3.0.661 99 12/2/2024
3.0.660 114 12/1/2024
3.0.659 119 12/1/2024
3.0.658 105 12/1/2024
3.0.657 119 12/1/2024
3.0.656 120 11/29/2024
3.0.655 109 11/29/2024
3.0.654 119 11/29/2024
3.0.653 119 11/21/2024
3.0.652 121 11/21/2024
3.0.651 117 11/20/2024
3.0.650 118 11/20/2024
3.0.649 106 11/20/2024
3.0.648 114 11/20/2024
3.0.647 119 11/20/2024
3.0.646 104 11/19/2024
3.0.645 113 11/19/2024
3.0.644 108 11/19/2024
3.0.643 104 11/19/2024
3.0.642 108 11/19/2024
3.0.641 102 11/19/2024
3.0.640 106 11/15/2024
3.0.639 111 11/14/2024
3.0.638 110 11/14/2024
3.0.637 113 11/14/2024
3.0.636 112 11/14/2024
3.0.635 108 11/14/2024
3.0.634 111 11/14/2024
3.0.633 112 11/14/2024
3.0.632 113 11/14/2024
3.0.631 115 11/14/2024
3.0.630 111 11/14/2024
3.0.629 114 11/14/2024
2.1.628 116 11/13/2024
2.1.627 109 11/13/2024
2.1.626 124 11/13/2024
2.1.625 134 11/12/2024
2.1.624 130 11/12/2024
2.1.623 124 11/9/2024
2.1.622 127 11/9/2024
2.1.621 120 11/9/2024
2.1.620 104 11/8/2024
2.1.619 118 11/8/2024
2.1.618 119 11/8/2024
2.1.617 117 11/8/2024
2.1.616 104 11/8/2024
2.1.615 110 11/6/2024
2.1.614 116 11/1/2024
2.1.613 111 11/1/2024
2.1.612 110 11/1/2024
2.1.611 115 10/29/2024
2.1.610 110 10/29/2024
2.1.609 109 10/29/2024
2.1.608 108 10/29/2024
2.1.607 100 10/29/2024
2.1.606 117 10/28/2024
2.1.605 110 10/26/2024
2.1.604 116 10/26/2024
2.1.603 115 10/22/2024
2.1.602 105 10/22/2024
2.1.601 110 10/22/2024
2.1.600 122 10/22/2024
2.1.599 111 10/22/2024
2.1.598 116 10/18/2024
2.1.597 113 10/17/2024
2.1.596 118 10/17/2024
2.1.595 119 10/15/2024
2.1.594 109 10/15/2024
2.1.593 112 10/14/2024
2.1.592 115 10/12/2024
2.1.591 109 10/12/2024
2.1.590 111 10/11/2024
2.1.589 120 10/9/2024
2.1.588 107 10/9/2024
2.1.587 112 10/9/2024
2.1.586 114 10/9/2024
2.1.585 111 10/8/2024
2.1.584 121 10/8/2024
2.1.583 109 10/8/2024
2.1.582 134 10/8/2024
2.1.581 120 10/8/2024
2.1.580 113 10/3/2024
2.1.579 102 10/3/2024
2.1.578 123 10/3/2024
2.1.577 109 10/3/2024
2.1.576 111 10/3/2024
2.1.575 115 10/2/2024
2.1.574 114 10/2/2024
2.1.573 115 10/2/2024
2.1.572 118 10/2/2024
2.1.571 105 10/1/2024
2.1.570 125 10/1/2024
2.1.569 106 10/1/2024
2.1.568 114 10/1/2024
2.1.567 121 10/1/2024
2.1.566 111 9/29/2024
2.1.565 112 9/29/2024
2.1.564 114 9/29/2024
2.1.563 107 9/29/2024
2.1.562 114 9/27/2024
2.1.561 126 9/27/2024
2.1.560 117 9/27/2024
2.1.559 130 9/27/2024
2.1.558 117 9/27/2024
2.1.557 118 9/27/2024
2.1.556 115 9/27/2024
2.1.555 113 9/26/2024
2.1.554 121 9/26/2024
2.1.553 116 9/26/2024
2.1.552 116 9/26/2024
2.1.551 110 9/26/2024
2.1.550 120 9/26/2024
2.1.549 124 9/26/2024
2.1.548 123 9/26/2024
2.1.547 116 9/23/2024
2.1.546 105 9/23/2024
2.1.545 116 9/23/2024
2.1.544 117 9/23/2024
2.1.543 110 9/23/2024
2.1.542 119 9/23/2024
2.1.541 120 9/23/2024
2.1.540 112 9/23/2024
2.1.539 146 9/18/2024
2.1.538 112 9/18/2024
2.1.537 116 9/18/2024
2.1.536 126 9/18/2024
2.1.535 112 9/18/2024
2.1.534 120 9/17/2024
2.1.533 121 9/17/2024
2.1.531 122 9/17/2024
2.1.530 126 9/17/2024
2.1.529 125 9/17/2024
2.1.528 132 9/17/2024
2.1.527 123 9/17/2024
2.1.526 113 9/16/2024
2.1.525 134 9/16/2024
2.1.524 126 9/12/2024
2.1.523 129 9/12/2024
2.1.522 136 9/12/2024
2.1.521 133 9/12/2024
2.1.520 134 9/11/2024
2.1.519 125 9/11/2024
2.1.517 129 9/11/2024
2.1.516 142 9/11/2024
2.1.515 126 9/10/2024
2.1.514 118 9/10/2024
2.1.513 122 9/10/2024
2.1.512 125 9/10/2024
2.1.511 127 9/10/2024
2.1.510 128 9/10/2024
2.1.509 119 9/9/2024
2.1.508 131 9/9/2024
2.1.507 130 9/9/2024
2.1.506 120 9/9/2024
2.1.505 120 9/9/2024
2.1.504 136 9/9/2024
2.1.503 139 9/7/2024
2.1.502 125 9/7/2024
2.1.501 133 9/6/2024
2.1.500 129 9/6/2024
2.1.499 130 9/6/2024
2.1.498 130 9/6/2024
2.1.497 129 9/5/2024
2.1.496 135 9/5/2024
2.1.495 132 9/5/2024
2.1.494 137 9/5/2024
2.1.493 122 9/5/2024
2.1.492 130 9/5/2024
2.1.491 136 9/5/2024
2.1.490 133 9/4/2024
2.1.489 132 9/4/2024
2.1.488 129 9/3/2024
2.1.487 126 9/3/2024
2.1.486 130 9/3/2024
2.1.485 128 9/3/2024
2.1.484 119 9/3/2024
2.1.483 125 8/29/2024
2.1.482 125 8/29/2024
2.1.481 120 8/29/2024
2.1.480 133 8/26/2024
2.1.479 127 8/26/2024
2.1.478 134 8/26/2024
2.1.477 148 8/21/2024
2.1.476 148 8/21/2024
2.1.475 141 8/21/2024
2.1.474 129 8/21/2024
2.1.473 157 8/20/2024
2.1.472 145 8/20/2024
2.1.471 140 8/20/2024
2.1.470 144 8/20/2024
2.1.469 140 8/20/2024
2.1.468 145 8/20/2024
2.1.467 146 8/19/2024
2.1.466 135 8/15/2024
2.1.465 144 8/15/2024
2.1.464 141 8/15/2024
2.1.463 144 8/14/2024
2.1.462 140 8/14/2024
2.1.461 140 8/14/2024
2.1.460 143 8/13/2024
2.1.459 130 8/7/2024
2.1.458 125 8/7/2024
2.1.457 122 8/7/2024
2.1.456 113 8/6/2024
2.1.455 109 8/6/2024
2.1.454 88 8/1/2024
2.1.453 99 8/1/2024
2.1.452 102 8/1/2024
2.1.450 111 7/25/2024
2.1.449 120 7/25/2024
2.1.448 111 7/25/2024
2.1.447 116 7/25/2024
2.1.446 113 7/25/2024
2.1.445 119 7/25/2024
2.1.444 114 7/24/2024
2.1.442 119 7/20/2024
2.1.441 120 7/20/2024
2.1.440 132 7/20/2024
2.1.439 114 7/14/2024
2.1.438 121 7/14/2024
2.1.437 108 7/14/2024
2.1.436 115 7/14/2024
2.1.435 110 7/14/2024
2.1.434 117 7/10/2024
2.1.433 121 7/10/2024
2.1.432 117 7/10/2024
2.1.431 116 7/10/2024
2.1.429 107 7/10/2024
2.1.428 89 7/10/2024
2.1.427 123 7/10/2024
2.1.426 124 7/10/2024
2.1.424 122 7/10/2024
2.1.423 125 7/9/2024
2.1.422 111 7/9/2024
2.1.421 104 7/9/2024
2.1.420 114 7/9/2024
2.1.419 125 7/9/2024
2.1.418 110 7/9/2024
2.1.417 113 7/9/2024
2.1.416 122 7/9/2024
2.1.415 122 7/8/2024
2.1.414 134 7/8/2024
2.1.413 134 7/8/2024
2.1.412 119 7/8/2024
2.1.411 131 7/8/2024
2.1.410 126 7/7/2024
2.1.409 119 7/7/2024
2.1.408 134 7/3/2024
2.1.407 125 7/3/2024
2.1.406 120 7/3/2024
2.1.405 125 7/3/2024
2.1.404 122 7/3/2024
2.1.403 106 7/3/2024
2.1.402 134 6/27/2024
2.1.401 138 6/27/2024
2.1.400 135 6/27/2024
2.1.399 130 6/22/2024
2.1.398 141 6/22/2024
2.1.397 136 6/22/2024
2.1.396 116 6/16/2024
2.1.395 124 6/15/2024
2.1.394 115 6/15/2024
2.1.393 127 6/15/2024
2.1.392 130 6/15/2024
2.1.391 126 6/15/2024
2.1.390 114 6/15/2024
2.1.389 119 6/15/2024
2.1.388 118 6/14/2024
2.1.387 116 6/14/2024
2.1.386 123 6/4/2024
2.1.385 119 6/4/2024
2.1.384 133 6/2/2024
2.1.383 131 6/1/2024
2.1.382 125 6/1/2024
2.1.381 126 6/1/2024
2.1.380 126 6/1/2024
2.1.379 128 6/1/2024
2.1.378 127 6/1/2024
2.1.377 114 6/1/2024
2.1.376 125 5/31/2024
2.1.375 128 5/31/2024
2.1.374 105 5/31/2024
2.1.373 121 5/31/2024
2.1.372 128 5/29/2024
2.1.371 129 5/29/2024
2.1.370 120 5/29/2024
2.1.369 144 5/29/2024
2.1.368 130 5/28/2024
2.1.367 121 5/28/2024
2.1.366 120 5/28/2024
2.1.365 116 5/28/2024
2.1.364 122 5/28/2024
2.1.363 114 5/27/2024
2.1.362 130 5/27/2024
2.1.361 120 5/27/2024
2.1.360 122 5/26/2024
2.1.359 135 5/26/2024
2.1.358 124 5/26/2024
2.1.357 140 5/26/2024
2.1.356 129 5/26/2024
2.1.355 137 5/26/2024
2.1.354 127 5/25/2024
2.1.353 123 5/25/2024
2.1.352 126 5/25/2024
2.1.351 126 5/25/2024
2.1.350 134 5/25/2024
2.1.349 139 5/25/2024
2.1.348 135 5/23/2024
2.1.347 130 5/23/2024
2.1.346 128 5/23/2024
2.1.345 131 5/23/2024
2.1.344 133 5/23/2024
2.1.343 125 5/23/2024
2.1.342 133 5/22/2024
2.1.341 130 5/22/2024
2.1.340 141 5/22/2024
2.1.339 134 5/22/2024
2.1.338 121 5/18/2024
2.1.337 116 5/18/2024
2.1.336 121 5/18/2024
2.1.335 126 5/17/2024
2.1.334 129 5/17/2024
2.1.333 126 5/17/2024
2.1.332 132 5/17/2024
2.1.331 125 5/16/2024
2.1.330 110 5/16/2024
2.1.329 124 5/16/2024
2.1.328 123 5/15/2024
2.1.327 115 5/15/2024
2.1.326 128 5/15/2024
2.1.325 117 5/13/2024
2.1.324 131 5/13/2024
2.1.323 123 5/13/2024
2.1.322 117 5/12/2024
2.1.321 146 4/30/2024
2.1.320 144 4/30/2024
2.1.319 130 4/30/2024
2.1.318 133 4/30/2024
2.1.317 135 4/29/2024
2.1.316 125 4/29/2024
2.1.315 134 4/29/2024
2.1.314 126 4/29/2024
2.1.313 124 4/28/2024
2.1.312 130 4/28/2024
2.1.311 128 4/28/2024
2.1.310 128 4/28/2024
2.1.309 129 4/28/2024
2.1.308 128 4/28/2024
2.1.307 127 4/28/2024
2.1.306 123 4/28/2024
2.1.305 128 4/27/2024
2.1.304 146 4/20/2024
2.1.303 135 4/20/2024
2.1.302 129 4/19/2024
2.1.301 121 4/19/2024
2.1.300 111 4/19/2024
2.1.299 119 4/19/2024
2.1.298 125 4/19/2024
2.1.297 125 4/18/2024
2.1.296 154 4/13/2024
2.1.295 138 4/13/2024
2.1.294 129 4/13/2024
2.1.293 141 4/13/2024
2.1.292 123 4/12/2024
2.1.291 130 4/12/2024
2.1.290 132 4/12/2024
2.1.289 129 4/12/2024
2.1.288 131 4/12/2024
2.1.287 134 4/12/2024
2.1.286 131 4/12/2024
2.1.285 130 4/12/2024
2.1.284 132 4/11/2024
2.1.283 127 4/10/2024
2.1.282 125 4/10/2024
2.1.281 129 4/10/2024
2.1.280 131 4/10/2024
2.1.279 130 4/10/2024
2.1.278 122 4/3/2024
2.1.277 143 4/2/2024
2.1.276 130 4/2/2024
2.1.275 107 4/2/2024
2.1.274 148 4/2/2024
2.1.273 117 4/2/2024
2.1.272 578 3/30/2024
2.1.271 138 3/29/2024
2.1.270 138 3/29/2024
2.1.269 136 3/25/2024
2.1.268 125 3/25/2024
2.1.267 130 3/25/2024
2.1.266 136 3/25/2024
2.1.265 135 3/25/2024
2.1.264 140 3/21/2024
2.1.263 138 3/21/2024
2.1.262 128 3/20/2024
2.1.261 132 3/20/2024
2.1.260 121 3/20/2024
2.1.259 120 3/20/2024
2.1.258 138 3/19/2024
2.1.257 145 3/19/2024
2.1.256 120 3/19/2024
2.1.255 139 3/19/2024
2.1.254 147 3/19/2024
2.1.253 143 3/19/2024
2.1.252 121 3/18/2024
2.1.251 143 3/16/2024
2.1.250 141 3/16/2024
2.1.249 146 3/16/2024
2.1.248 134 3/15/2024
2.1.247 135 3/14/2024
2.1.246 151 3/13/2024
2.1.245 146 3/13/2024
2.1.244 144 3/13/2024
2.1.243 145 3/13/2024
2.1.242 128 3/13/2024
2.1.241 146 3/13/2024
2.1.240 144 3/13/2024
2.1.239 131 3/13/2024
2.1.238 147 3/13/2024
2.1.237 129 3/12/2024
2.1.236 150 3/12/2024
2.1.235 139 3/12/2024
2.1.234 137 3/12/2024
2.1.233 119 3/12/2024
2.1.232 145 3/12/2024
2.1.231 136 3/11/2024
2.1.230 143 3/11/2024
2.1.229 126 3/11/2024
2.1.228 122 3/11/2024
2.1.227 133 3/10/2024
2.1.226 128 3/10/2024
2.1.225 125 3/10/2024
2.1.224 146 3/9/2024
2.1.223 137 3/8/2024
2.1.222 142 3/8/2024
2.1.221 137 3/8/2024
2.1.220 132 3/8/2024
2.1.219 146 3/8/2024
2.1.218 126 3/8/2024
2.1.217 147 3/6/2024
2.1.216 140 3/6/2024
2.1.215 154 3/4/2024
2.1.214 139 3/4/2024
2.1.213 142 3/4/2024
2.1.212 141 3/4/2024
2.1.211 151 3/4/2024
2.1.210 139 3/3/2024
2.1.209 152 3/3/2024
2.1.208 142 3/3/2024
2.1.207 155 3/3/2024
2.1.206 144 3/2/2024
2.1.205 142 3/2/2024
2.1.204 138 3/2/2024
2.1.203 136 3/2/2024
2.1.202 148 3/2/2024
2.1.201 139 3/2/2024
2.1.200 140 3/2/2024
2.1.199 136 2/29/2024
2.1.198 140 2/29/2024
2.1.197 130 2/29/2024
2.1.196 136 2/29/2024
2.1.195 128 2/29/2024
2.1.194 143 2/29/2024
2.1.193 134 2/29/2024
2.1.192 150 2/27/2024
2.1.191 126 2/26/2024
2.1.190 135 2/26/2024
2.1.189 137 2/25/2024
2.1.188 137 2/25/2024
2.1.187 144 2/25/2024
2.1.186 137 2/25/2024
2.1.185 136 2/24/2024
2.1.184 137 2/24/2024
2.1.183 135 2/23/2024
2.1.182 120 2/23/2024
2.1.181 140 2/22/2024
2.1.180 145 2/22/2024
2.1.179 148 2/22/2024
2.1.178 146 2/22/2024
2.1.177 129 2/22/2024
2.1.176 146 2/22/2024
2.1.175 133 2/21/2024
2.1.174 146 2/21/2024
2.1.173 135 2/21/2024
2.1.172 139 2/21/2024
2.1.171 144 2/21/2024
2.1.170 137 2/21/2024
2.1.169 134 2/21/2024
2.1.168 149 2/20/2024
2.1.167 127 2/20/2024
2.1.166 123 2/20/2024
2.1.165 136 2/20/2024
2.1.164 145 2/20/2024
2.1.163 137 2/20/2024
2.1.162 144 2/20/2024
2.1.161 137 2/20/2024
2.1.160 132 2/19/2024
2.1.159 137 2/19/2024
2.1.158 139 2/19/2024
2.1.157 139 2/19/2024
2.1.156 137 2/17/2024
2.1.155 128 2/17/2024
2.1.154 135 2/17/2024
2.1.153 129 2/17/2024
2.1.152 132 2/17/2024
2.1.151 133 2/16/2024
2.1.150 128 2/16/2024
2.1.149 129 2/16/2024
2.1.148 136 2/16/2024
2.1.147 135 2/16/2024
2.1.146 140 2/16/2024
2.1.145 134 2/16/2024
2.1.144 135 2/16/2024
2.1.143 126 2/14/2024
2.1.142 132 2/14/2024
2.1.141 142 2/14/2024
2.1.140 140 2/14/2024
2.1.139 130 2/13/2024
2.1.138 145 2/13/2024
2.1.137 132 2/13/2024
2.1.136 127 2/13/2024
2.1.135 128 2/13/2024
2.1.134 159 2/13/2024
2.1.133 128 2/13/2024
2.1.132 150 2/12/2024
2.1.131 140 2/12/2024
2.1.130 138 2/12/2024
2.1.129 158 2/12/2024
2.1.128 151 2/11/2024
2.1.127 143 2/11/2024
2.1.126 134 2/11/2024
2.1.125 134 2/11/2024
2.1.124 153 2/11/2024
2.1.123 141 2/11/2024
2.1.122 146 2/10/2024
2.1.121 157 2/10/2024
2.1.120 151 2/10/2024
2.1.119 153 2/10/2024
2.1.118 137 2/9/2024
2.1.117 149 2/9/2024
2.1.116 146 2/9/2024
2.1.115 157 2/9/2024
2.1.114 149 2/9/2024
2.1.113 129 2/9/2024
2.1.112 132 2/9/2024
2.1.111 138 2/8/2024
2.1.110 148 2/8/2024
2.1.109 153 2/8/2024
2.1.108 139 2/8/2024
2.1.107 141 2/8/2024
2.1.106 138 2/8/2024
2.1.105 150 2/7/2024
2.1.104 146 2/7/2024
2.1.103 152 2/7/2024
2.1.102 132 2/7/2024
2.1.101 146 2/7/2024
2.1.100 143 2/7/2024
2.1.99 148 2/7/2024
2.1.98 147 2/6/2024
2.1.97 148 2/6/2024
2.1.96 149 2/6/2024
2.1.95 127 2/5/2024
2.1.94 136 2/5/2024
2.1.93 135 2/5/2024
2.1.92 139 2/4/2024
2.1.91 114 2/4/2024
2.1.90 144 2/4/2024
2.1.89 138 2/3/2024
2.1.88 134 2/3/2024
2.1.87 134 2/2/2024
2.1.86 141 1/31/2024
2.1.85 114 1/31/2024
2.1.84 133 1/31/2024
2.1.83 127 1/31/2024
2.1.82 119 1/31/2024
2.1.81 123 1/30/2024
2.1.80 124 1/30/2024
2.1.79 135 1/30/2024
2.1.78 124 1/29/2024
2.1.77 127 1/29/2024
2.1.76 112 1/29/2024
2.1.75 136 1/29/2024
2.1.74 133 1/29/2024
2.1.73 136 1/28/2024
2.1.72 133 1/28/2024
2.1.71 115 1/28/2024
2.1.70 130 1/28/2024
2.1.69 126 1/28/2024
2.1.68 134 1/28/2024
2.1.67 134 1/28/2024
2.1.66 136 1/27/2024
2.1.65 134 1/27/2024
2.1.64 125 1/27/2024
2.1.63 143 1/27/2024
2.1.62 132 1/27/2024
2.1.61 127 1/27/2024
2.1.60 125 1/27/2024
2.1.59 121 1/27/2024
2.1.58 121 1/26/2024
2.1.57 138 1/26/2024
2.1.56 130 1/26/2024
2.1.55 133 1/26/2024
2.1.54 131 1/26/2024
2.1.53 137 1/26/2024
2.1.52 113 1/26/2024
2.1.51 116 1/26/2024
2.1.50 142 1/25/2024
2.1.49 129 1/25/2024
2.1.48 135 1/25/2024
2.1.47 133 1/25/2024
2.1.46 137 1/25/2024
2.1.45 131 1/19/2024
2.1.44 132 1/19/2024
2.1.43 143 1/16/2024
2.1.42 138 1/16/2024
2.1.41 134 1/15/2024
2.1.40 152 1/15/2024
2.1.39 138 1/15/2024
2.1.38 145 1/15/2024
2.1.37 147 1/15/2024
2.1.36 140 1/15/2024
2.1.35 125 1/15/2024
2.1.34 147 1/14/2024
2.1.33 139 1/14/2024
2.1.32 150 1/14/2024
2.1.31 149 1/14/2024
2.1.30 142 1/13/2024
2.1.29 143 1/13/2024
2.1.28 139 1/13/2024
2.1.27 137 1/13/2024
2.1.26 162 1/12/2024
2.1.25 129 1/12/2024
2.1.24 141 1/12/2024
2.1.23 127 1/11/2024
2.1.22 141 1/11/2024
2.1.21 117 1/11/2024
2.1.20 137 1/9/2024
2.1.19 135 1/8/2024
2.1.18 137 1/8/2024
2.1.17 149 1/8/2024
2.1.16 162 1/7/2024
2.1.15 153 1/6/2024
2.1.14 142 1/5/2024
2.1.13 150 1/5/2024
2.1.12 152 1/5/2024
2.1.11 113 1/5/2024
2.1.10 144 1/5/2024
2.1.9 153 1/5/2024
2.1.8 145 1/1/2024
2.1.7 133 1/1/2024
2.1.6 140 1/1/2024
2.1.5 164 1/1/2024
2.1.4 150 1/1/2024
2.1.3 153 12/31/2023
2.1.2 137 12/31/2023
2.1.1 153 12/31/2023