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