Soenneker.Utils.String.JaccardSimilarity 3.0.937

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