Soenneker.Utils.String.JaccardSimilarity 3.0.957

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