Soenneker.Utils.String.JaccardSimilarity 3.0.922

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.922
                    
NuGet\Install-Package Soenneker.Utils.String.JaccardSimilarity -Version 3.0.922
                    
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.922" />
                    
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.922" />
                    
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.922
                    
#r "nuget: Soenneker.Utils.String.JaccardSimilarity, 3.0.922"
                    
#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.922
                    
#: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.922
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.String.JaccardSimilarity&version=3.0.922
                    
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 124 6/27/2025
3.0.982 188 5/27/2025
3.0.981 179 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 207 4/8/2025
3.0.975 211 4/8/2025
3.0.974 197 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 197 4/7/2025
3.0.969 200 4/7/2025
3.0.968 184 4/7/2025
3.0.967 189 4/7/2025
3.0.966 212 4/7/2025
3.0.965 197 4/7/2025
3.0.964 192 4/7/2025
3.0.963 190 4/6/2025
3.0.962 204 4/6/2025
3.0.961 175 4/6/2025
3.0.960 190 4/6/2025
3.0.959 175 4/6/2025
3.0.958 144 4/6/2025
3.0.957 158 4/6/2025
3.0.956 133 4/5/2025
3.0.955 139 4/5/2025
3.0.954 131 4/5/2025
3.0.953 133 4/5/2025
3.0.952 134 4/5/2025
3.0.951 129 4/5/2025
3.0.950 133 4/5/2025
3.0.949 195 4/4/2025
3.0.948 194 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 166 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 198 3/12/2025
3.0.935 200 3/12/2025
3.0.934 205 3/12/2025
3.0.933 197 3/11/2025
3.0.932 192 3/11/2025
3.0.931 198 3/11/2025
3.0.930 188 3/11/2025
3.0.929 196 3/11/2025
3.0.928 255 3/7/2025
3.0.927 247 3/7/2025
3.0.926 153 3/2/2025
3.0.925 133 3/2/2025
3.0.924 142 3/2/2025
3.0.923 138 3/2/2025
3.0.922 152 3/1/2025
3.0.921 133 3/1/2025
3.0.920 149 3/1/2025
3.0.919 137 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 123 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 139 2/21/2025
3.0.903 151 2/21/2025
3.0.902 146 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 144 2/18/2025
3.0.895 128 2/14/2025
3.0.894 143 2/14/2025
3.0.893 137 2/13/2025
3.0.892 119 2/12/2025
3.0.891 136 2/12/2025
3.0.890 133 2/12/2025
3.0.889 142 2/12/2025
3.0.888 137 2/11/2025
3.0.887 121 2/11/2025
3.0.886 137 2/11/2025
3.0.885 126 2/11/2025
3.0.884 133 2/11/2025
3.0.883 149 2/11/2025
3.0.882 125 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 145 2/10/2025
3.0.877 154 2/9/2025
3.0.876 148 2/9/2025
3.0.875 143 2/9/2025
3.0.874 143 2/8/2025
3.0.873 148 2/8/2025
3.0.872 138 2/8/2025
3.0.871 141 2/8/2025
3.0.870 146 2/7/2025
3.0.869 156 2/7/2025
3.0.868 150 2/7/2025
3.0.867 140 2/7/2025
3.0.866 133 2/7/2025
3.0.865 121 2/7/2025
3.0.864 146 2/6/2025
3.0.863 147 2/5/2025
3.0.862 139 2/5/2025
3.0.861 135 2/5/2025
3.0.860 147 2/5/2025
3.0.859 143 2/5/2025
3.0.858 147 2/5/2025
3.0.857 150 1/28/2025
3.0.856 129 1/28/2025
3.0.855 130 1/28/2025
3.0.854 142 1/28/2025
3.0.853 132 1/27/2025
3.0.852 132 1/27/2025
3.0.851 132 1/27/2025
3.0.850 136 1/27/2025
3.0.849 130 1/26/2025
3.0.848 133 1/26/2025
3.0.847 140 1/26/2025
3.0.846 146 1/25/2025
3.0.845 136 1/25/2025
3.0.844 134 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 120 1/24/2025
3.0.839 142 1/24/2025
3.0.838 128 1/24/2025
3.0.837 130 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 130 1/21/2025
3.0.831 135 1/21/2025
3.0.830 118 1/21/2025
3.0.829 130 1/21/2025
3.0.828 134 1/21/2025
3.0.827 125 1/21/2025
3.0.826 138 1/21/2025
3.0.825 137 1/21/2025
3.0.824 135 1/21/2025
3.0.823 126 1/20/2025
3.0.822 130 1/20/2025
3.0.821 118 1/20/2025
3.0.820 130 1/20/2025
3.0.819 135 1/20/2025
3.0.818 131 1/20/2025
3.0.817 140 1/20/2025
3.0.816 123 1/20/2025
3.0.815 137 1/19/2025
3.0.814 145 1/19/2025
3.0.813 132 1/19/2025
3.0.812 137 1/19/2025
3.0.811 110 1/19/2025
3.0.810 128 1/19/2025
3.0.809 133 1/19/2025
3.0.808 123 1/18/2025
3.0.807 144 1/18/2025
3.0.806 125 1/18/2025
3.0.805 112 1/18/2025
3.0.804 152 1/17/2025
3.0.803 125 1/17/2025
3.0.802 137 1/17/2025
3.0.801 127 1/17/2025
3.0.800 130 1/17/2025
3.0.799 123 1/17/2025
3.0.798 130 1/16/2025
3.0.797 127 1/16/2025
3.0.796 121 1/16/2025
3.0.795 127 1/16/2025
3.0.794 130 1/16/2025
3.0.793 126 1/16/2025
3.0.792 142 1/15/2025
3.0.791 120 1/15/2025
3.0.790 118 1/15/2025
3.0.789 129 1/15/2025
3.0.788 130 1/15/2025
3.0.787 103 1/15/2025
3.0.786 103 1/15/2025
3.0.785 117 1/14/2025
3.0.784 116 1/14/2025
3.0.783 119 1/14/2025
3.0.782 105 1/14/2025
3.0.781 132 1/13/2025
3.0.780 136 1/13/2025
3.0.779 121 1/13/2025
3.0.778 119 1/13/2025
3.0.777 121 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 140 1/10/2025
3.0.768 138 1/10/2025
3.0.767 166 1/3/2025
3.0.766 143 1/3/2025
3.0.765 150 1/2/2025
3.0.764 144 1/2/2025
3.0.763 140 1/2/2025
3.0.762 164 1/2/2025
3.0.761 147 1/1/2025
3.0.760 147 1/1/2025
3.0.759 151 1/1/2025
3.0.758 157 1/1/2025
3.0.757 146 1/1/2025
3.0.756 163 1/1/2025
3.0.755 156 1/1/2025
3.0.754 143 12/31/2024
3.0.753 130 12/31/2024
3.0.752 142 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 135 12/31/2024
3.0.747 137 12/31/2024
3.0.746 144 12/31/2024
3.0.745 137 12/31/2024
3.0.744 129 12/31/2024
3.0.743 136 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 144 12/24/2024
3.0.737 129 12/24/2024
3.0.736 119 12/24/2024
3.0.735 148 12/24/2024
3.0.734 132 12/24/2024
3.0.733 131 12/23/2024
3.0.732 130 12/23/2024
3.0.731 142 12/23/2024
3.0.730 132 12/23/2024
3.0.729 138 12/23/2024
3.0.728 147 12/22/2024
3.0.727 110 12/22/2024
3.0.726 135 12/22/2024
3.0.725 130 12/22/2024
3.0.724 133 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 137 12/21/2024
3.0.717 133 12/21/2024
3.0.716 132 12/21/2024
3.0.715 138 12/21/2024
3.0.714 145 12/20/2024
3.0.713 144 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 158 12/18/2024
3.0.704 130 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 123 12/9/2024
3.0.697 132 12/9/2024
3.0.696 139 12/7/2024
3.0.694 115 12/6/2024
3.0.693 137 12/6/2024
3.0.692 133 12/6/2024
3.0.691 151 12/6/2024
3.0.690 125 12/6/2024
3.0.689 150 12/6/2024
3.0.688 141 12/6/2024
3.0.687 140 12/5/2024
3.0.686 143 12/5/2024
3.0.685 153 12/5/2024
3.0.684 141 12/5/2024
3.0.683 138 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 137 12/4/2024
3.0.678 141 12/4/2024
3.0.677 145 12/4/2024
3.0.676 150 12/4/2024
3.0.675 143 12/4/2024
3.0.674 144 12/4/2024
3.0.673 154 12/4/2024
3.0.672 144 12/4/2024
3.0.671 131 12/3/2024
3.0.670 154 12/3/2024
3.0.669 152 12/3/2024
3.0.668 150 12/3/2024
3.0.667 128 12/3/2024
3.0.666 149 12/3/2024
3.0.665 141 12/2/2024
3.0.664 149 12/2/2024
3.0.663 144 12/2/2024
3.0.662 135 12/2/2024
3.0.661 120 12/2/2024
3.0.660 129 12/1/2024
3.0.659 149 12/1/2024
3.0.658 125 12/1/2024
3.0.657 138 12/1/2024
3.0.656 136 11/29/2024
3.0.655 137 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 145 11/20/2024
3.0.650 140 11/20/2024
3.0.649 126 11/20/2024
3.0.648 152 11/20/2024
3.0.647 154 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 139 11/15/2024
3.0.639 137 11/14/2024
3.0.638 146 11/14/2024
3.0.637 142 11/14/2024
3.0.636 147 11/14/2024
3.0.635 127 11/14/2024
3.0.634 127 11/14/2024
3.0.633 136 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 130 11/14/2024
2.1.628 145 11/13/2024
2.1.627 138 11/13/2024
2.1.626 147 11/13/2024
2.1.625 158 11/12/2024
2.1.624 161 11/12/2024
2.1.623 144 11/9/2024
2.1.622 147 11/9/2024
2.1.621 153 11/9/2024
2.1.620 130 11/8/2024
2.1.619 145 11/8/2024
2.1.618 149 11/8/2024
2.1.617 145 11/8/2024
2.1.616 132 11/8/2024
2.1.615 130 11/6/2024
2.1.614 146 11/1/2024
2.1.613 130 11/1/2024
2.1.612 138 11/1/2024
2.1.611 140 10/29/2024
2.1.610 142 10/29/2024
2.1.609 145 10/29/2024
2.1.608 137 10/29/2024
2.1.607 128 10/29/2024
2.1.606 141 10/28/2024
2.1.605 133 10/26/2024
2.1.604 141 10/26/2024
2.1.603 141 10/22/2024
2.1.602 136 10/22/2024
2.1.601 142 10/22/2024
2.1.600 148 10/22/2024
2.1.599 141 10/22/2024
2.1.598 141 10/18/2024
2.1.597 140 10/17/2024
2.1.596 143 10/17/2024
2.1.595 144 10/15/2024
2.1.594 137 10/15/2024
2.1.593 141 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 130 10/9/2024
2.1.587 131 10/9/2024
2.1.586 145 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 144 10/8/2024
2.1.580 141 10/3/2024
2.1.579 122 10/3/2024
2.1.578 141 10/3/2024
2.1.577 124 10/3/2024
2.1.576 139 10/3/2024
2.1.575 125 10/2/2024
2.1.574 144 10/2/2024
2.1.573 148 10/2/2024
2.1.572 141 10/2/2024
2.1.571 126 10/1/2024
2.1.570 142 10/1/2024
2.1.569 133 10/1/2024
2.1.568 131 10/1/2024
2.1.567 153 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 139 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 162 9/27/2024
2.1.558 147 9/27/2024
2.1.557 142 9/27/2024
2.1.556 152 9/27/2024
2.1.555 149 9/26/2024
2.1.554 143 9/26/2024
2.1.553 145 9/26/2024
2.1.552 143 9/26/2024
2.1.551 147 9/26/2024
2.1.550 143 9/26/2024
2.1.549 134 9/26/2024
2.1.548 156 9/26/2024
2.1.547 125 9/23/2024
2.1.546 135 9/23/2024
2.1.545 132 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 146 9/23/2024
2.1.540 135 9/23/2024
2.1.539 172 9/18/2024
2.1.538 137 9/18/2024
2.1.537 139 9/18/2024
2.1.536 144 9/18/2024
2.1.535 136 9/18/2024
2.1.534 144 9/17/2024
2.1.533 147 9/17/2024
2.1.531 141 9/17/2024
2.1.530 158 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 149 9/12/2024
2.1.523 156 9/12/2024
2.1.522 169 9/12/2024
2.1.521 160 9/12/2024
2.1.520 162 9/11/2024
2.1.519 151 9/11/2024
2.1.517 158 9/11/2024
2.1.516 172 9/11/2024
2.1.515 158 9/10/2024
2.1.514 153 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 164 9/9/2024
2.1.507 161 9/9/2024
2.1.506 148 9/9/2024
2.1.505 150 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 164 9/6/2024
2.1.498 154 9/6/2024
2.1.497 160 9/5/2024
2.1.496 173 9/5/2024
2.1.495 156 9/5/2024
2.1.494 164 9/5/2024
2.1.493 136 9/5/2024
2.1.492 168 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 152 9/3/2024
2.1.486 157 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 154 8/26/2024
2.1.479 147 8/26/2024
2.1.478 162 8/26/2024
2.1.477 171 8/21/2024
2.1.476 174 8/21/2024
2.1.475 172 8/21/2024
2.1.474 160 8/21/2024
2.1.473 183 8/20/2024
2.1.472 173 8/20/2024
2.1.471 172 8/20/2024
2.1.470 176 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 163 8/15/2024
2.1.465 170 8/15/2024
2.1.464 166 8/15/2024
2.1.463 170 8/14/2024
2.1.462 162 8/14/2024
2.1.461 168 8/14/2024
2.1.460 172 8/13/2024
2.1.459 160 8/7/2024
2.1.458 154 8/7/2024
2.1.457 150 8/7/2024
2.1.456 144 8/6/2024
2.1.455 131 8/6/2024
2.1.454 108 8/1/2024
2.1.453 126 8/1/2024
2.1.452 133 8/1/2024
2.1.450 139 7/25/2024
2.1.449 155 7/25/2024
2.1.448 143 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 148 7/20/2024
2.1.440 136 7/20/2024
2.1.439 142 7/14/2024
2.1.438 150 7/14/2024
2.1.437 128 7/14/2024
2.1.436 143 7/14/2024
2.1.435 138 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 148 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 120 7/9/2024
2.1.420 148 7/9/2024
2.1.419 153 7/9/2024
2.1.418 136 7/9/2024
2.1.417 132 7/9/2024
2.1.416 146 7/9/2024
2.1.415 139 7/8/2024
2.1.414 161 7/8/2024
2.1.413 169 7/8/2024
2.1.412 149 7/8/2024
2.1.411 162 7/8/2024
2.1.410 153 7/7/2024
2.1.409 149 7/7/2024
2.1.408 152 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 164 6/27/2024
2.1.399 161 6/22/2024
2.1.398 170 6/22/2024
2.1.397 152 6/22/2024
2.1.396 141 6/16/2024
2.1.395 150 6/15/2024
2.1.394 144 6/15/2024
2.1.393 159 6/15/2024
2.1.392 157 6/15/2024
2.1.391 154 6/15/2024
2.1.390 140 6/15/2024
2.1.389 143 6/15/2024
2.1.388 147 6/14/2024
2.1.387 150 6/14/2024
2.1.386 151 6/4/2024
2.1.385 149 6/4/2024
2.1.384 159 6/2/2024
2.1.383 158 6/1/2024
2.1.382 155 6/1/2024
2.1.381 160 6/1/2024
2.1.380 152 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 160 5/31/2024
2.1.375 159 5/31/2024
2.1.374 122 5/31/2024
2.1.373 153 5/31/2024
2.1.372 146 5/29/2024
2.1.371 156 5/29/2024
2.1.370 139 5/29/2024
2.1.369 173 5/29/2024
2.1.368 157 5/28/2024
2.1.367 151 5/28/2024
2.1.366 150 5/28/2024
2.1.365 142 5/28/2024
2.1.364 152 5/28/2024
2.1.363 134 5/27/2024
2.1.362 157 5/27/2024
2.1.361 151 5/27/2024
2.1.360 149 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 165 5/26/2024
2.1.354 156 5/25/2024
2.1.353 148 5/25/2024
2.1.352 155 5/25/2024
2.1.351 161 5/25/2024
2.1.350 165 5/25/2024
2.1.349 166 5/25/2024
2.1.348 150 5/23/2024
2.1.347 155 5/23/2024
2.1.346 156 5/23/2024
2.1.345 160 5/23/2024
2.1.344 169 5/23/2024
2.1.343 157 5/23/2024
2.1.342 161 5/22/2024
2.1.341 157 5/22/2024
2.1.340 163 5/22/2024
2.1.339 160 5/22/2024
2.1.338 154 5/18/2024
2.1.337 147 5/18/2024
2.1.336 148 5/18/2024
2.1.335 151 5/17/2024
2.1.334 150 5/17/2024
2.1.333 152 5/17/2024
2.1.332 160 5/17/2024
2.1.331 153 5/16/2024
2.1.330 139 5/16/2024
2.1.329 152 5/16/2024
2.1.328 150 5/15/2024
2.1.327 144 5/15/2024
2.1.326 153 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 176 4/30/2024
2.1.320 175 4/30/2024
2.1.319 150 4/30/2024
2.1.318 166 4/30/2024
2.1.317 161 4/29/2024
2.1.316 153 4/29/2024
2.1.315 160 4/29/2024
2.1.314 147 4/29/2024
2.1.313 149 4/28/2024
2.1.312 161 4/28/2024
2.1.311 155 4/28/2024
2.1.310 151 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 155 4/27/2024
2.1.304 176 4/20/2024
2.1.303 155 4/20/2024
2.1.302 159 4/19/2024
2.1.301 141 4/19/2024
2.1.300 128 4/19/2024
2.1.299 148 4/19/2024
2.1.298 157 4/19/2024
2.1.297 151 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 156 4/12/2024
2.1.290 164 4/12/2024
2.1.289 153 4/12/2024
2.1.288 160 4/12/2024
2.1.287 164 4/12/2024
2.1.286 162 4/12/2024
2.1.285 157 4/12/2024
2.1.284 162 4/11/2024
2.1.283 147 4/10/2024
2.1.282 155 4/10/2024
2.1.281 155 4/10/2024
2.1.280 158 4/10/2024
2.1.279 161 4/10/2024
2.1.278 153 4/3/2024
2.1.277 173 4/2/2024
2.1.276 160 4/2/2024
2.1.275 135 4/2/2024
2.1.274 176 4/2/2024
2.1.273 144 4/2/2024
2.1.272 607 3/30/2024
2.1.271 166 3/29/2024
2.1.270 167 3/29/2024
2.1.269 165 3/25/2024
2.1.268 150 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 159 3/20/2024
2.1.261 163 3/20/2024
2.1.260 147 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 148 3/19/2024
2.1.255 166 3/19/2024
2.1.254 174 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 167 3/13/2024
2.1.243 173 3/13/2024
2.1.242 154 3/13/2024
2.1.241 175 3/13/2024
2.1.240 172 3/13/2024
2.1.239 155 3/13/2024
2.1.238 181 3/13/2024
2.1.237 162 3/12/2024
2.1.236 175 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 175 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 172 3/9/2024
2.1.223 155 3/8/2024
2.1.222 171 3/8/2024
2.1.221 166 3/8/2024
2.1.220 157 3/8/2024
2.1.219 175 3/8/2024
2.1.218 149 3/8/2024
2.1.217 172 3/6/2024
2.1.216 167 3/6/2024
2.1.215 179 3/4/2024
2.1.214 166 3/4/2024
2.1.213 170 3/4/2024
2.1.212 169 3/4/2024
2.1.211 182 3/4/2024
2.1.210 166 3/3/2024
2.1.209 181 3/3/2024
2.1.208 173 3/3/2024
2.1.207 187 3/3/2024
2.1.206 173 3/2/2024
2.1.205 171 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 169 3/2/2024
2.1.200 173 3/2/2024
2.1.199 167 2/29/2024
2.1.198 158 2/29/2024
2.1.197 161 2/29/2024
2.1.196 164 2/29/2024
2.1.195 152 2/29/2024
2.1.194 168 2/29/2024
2.1.193 154 2/29/2024
2.1.192 160 2/27/2024
2.1.191 153 2/26/2024
2.1.190 164 2/26/2024
2.1.189 164 2/25/2024
2.1.188 153 2/25/2024
2.1.187 175 2/25/2024
2.1.186 161 2/25/2024
2.1.185 162 2/24/2024
2.1.184 156 2/24/2024
2.1.183 163 2/23/2024
2.1.182 154 2/23/2024
2.1.181 169 2/22/2024
2.1.180 159 2/22/2024
2.1.179 177 2/22/2024
2.1.178 167 2/22/2024
2.1.177 143 2/22/2024
2.1.176 170 2/22/2024
2.1.175 151 2/21/2024
2.1.174 164 2/21/2024
2.1.173 166 2/21/2024
2.1.172 165 2/21/2024
2.1.171 163 2/21/2024
2.1.170 165 2/21/2024
2.1.169 162 2/21/2024
2.1.168 177 2/20/2024
2.1.167 148 2/20/2024
2.1.166 145 2/20/2024
2.1.165 151 2/20/2024
2.1.164 161 2/20/2024
2.1.163 164 2/20/2024
2.1.162 176 2/20/2024
2.1.161 169 2/20/2024
2.1.160 151 2/19/2024
2.1.159 154 2/19/2024
2.1.158 164 2/19/2024
2.1.157 170 2/19/2024
2.1.156 166 2/17/2024
2.1.155 156 2/17/2024
2.1.154 165 2/17/2024
2.1.153 154 2/17/2024
2.1.152 159 2/17/2024
2.1.151 161 2/16/2024
2.1.150 156 2/16/2024
2.1.149 157 2/16/2024
2.1.148 153 2/16/2024
2.1.147 155 2/16/2024
2.1.146 167 2/16/2024
2.1.145 144 2/16/2024
2.1.144 160 2/16/2024
2.1.143 147 2/14/2024
2.1.142 152 2/14/2024
2.1.141 169 2/14/2024
2.1.140 160 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 144 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 166 2/11/2024
2.1.126 146 2/11/2024
2.1.125 164 2/11/2024
2.1.124 176 2/11/2024
2.1.123 169 2/11/2024
2.1.122 172 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 150 2/9/2024
2.1.117 182 2/9/2024
2.1.116 160 2/9/2024
2.1.115 183 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 169 2/8/2024
2.1.110 160 2/8/2024
2.1.109 186 2/8/2024
2.1.108 158 2/8/2024
2.1.107 164 2/8/2024
2.1.106 170 2/8/2024
2.1.105 177 2/7/2024
2.1.104 168 2/7/2024
2.1.103 176 2/7/2024
2.1.102 160 2/7/2024
2.1.101 174 2/7/2024
2.1.100 165 2/7/2024
2.1.99 168 2/7/2024
2.1.98 173 2/6/2024
2.1.97 175 2/6/2024
2.1.96 180 2/6/2024
2.1.95 155 2/5/2024
2.1.94 160 2/5/2024
2.1.93 161 2/5/2024
2.1.92 168 2/4/2024
2.1.91 142 2/4/2024
2.1.90 157 2/4/2024
2.1.89 166 2/3/2024
2.1.88 154 2/3/2024
2.1.87 161 2/2/2024
2.1.86 170 1/31/2024
2.1.85 141 1/31/2024
2.1.84 161 1/31/2024
2.1.83 156 1/31/2024
2.1.82 148 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 154 1/29/2024
2.1.74 159 1/29/2024
2.1.73 165 1/28/2024
2.1.72 161 1/28/2024
2.1.71 129 1/28/2024
2.1.70 156 1/28/2024
2.1.69 153 1/28/2024
2.1.68 157 1/28/2024
2.1.67 161 1/28/2024
2.1.66 165 1/27/2024
2.1.65 154 1/27/2024
2.1.64 148 1/27/2024
2.1.63 172 1/27/2024
2.1.62 160 1/27/2024
2.1.61 163 1/27/2024
2.1.60 149 1/27/2024
2.1.59 151 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 156 1/26/2024
2.1.53 167 1/26/2024
2.1.52 133 1/26/2024
2.1.51 144 1/26/2024
2.1.50 171 1/25/2024
2.1.49 159 1/25/2024
2.1.48 164 1/25/2024
2.1.47 151 1/25/2024
2.1.46 151 1/25/2024
2.1.45 146 1/19/2024
2.1.44 152 1/19/2024
2.1.43 160 1/16/2024
2.1.42 164 1/16/2024
2.1.41 155 1/15/2024
2.1.40 180 1/15/2024
2.1.39 166 1/15/2024
2.1.38 171 1/15/2024
2.1.37 175 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 158 1/14/2024
2.1.32 159 1/14/2024
2.1.31 175 1/14/2024
2.1.30 171 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 158 1/12/2024
2.1.24 158 1/12/2024
2.1.23 149 1/11/2024
2.1.22 173 1/11/2024
2.1.21 151 1/11/2024
2.1.20 168 1/9/2024
2.1.19 153 1/8/2024
2.1.18 165 1/8/2024
2.1.17 178 1/8/2024
2.1.16 179 1/7/2024
2.1.15 182 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 143 1/5/2024
2.1.10 162 1/5/2024
2.1.9 157 1/5/2024
2.1.8 176 1/1/2024
2.1.7 160 1/1/2024
2.1.6 155 1/1/2024
2.1.5 194 1/1/2024
2.1.4 174 1/1/2024
2.1.3 180 12/31/2023
2.1.2 166 12/31/2023
2.1.1 170 12/31/2023