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