Soenneker.Utils.String.JaccardSimilarity 3.0.985

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