Soenneker.Utils.String.JaccardSimilarity 3.0.966

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.966
                    
NuGet\Install-Package Soenneker.Utils.String.JaccardSimilarity -Version 3.0.966
                    
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.966" />
                    
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.966" />
                    
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.966
                    
#r "nuget: Soenneker.Utils.String.JaccardSimilarity, 3.0.966"
                    
#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.966
                    
#: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.966
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.String.JaccardSimilarity&version=3.0.966
                    
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 114 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 176 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 186 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 201 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 194 4/6/2025
3.0.961 165 4/6/2025
3.0.960 179 4/6/2025
3.0.959 163 4/6/2025
3.0.958 134 4/6/2025
3.0.957 148 4/6/2025
3.0.956 122 4/5/2025
3.0.955 116 4/5/2025
3.0.954 119 4/5/2025
3.0.953 123 4/5/2025
3.0.952 122 4/5/2025
3.0.951 118 4/5/2025
3.0.950 123 4/5/2025
3.0.949 182 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 117 3/29/2025
3.0.944 495 3/25/2025
3.0.943 496 3/25/2025
3.0.942 157 3/21/2025
3.0.941 165 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 189 3/12/2025
3.0.934 195 3/12/2025
3.0.933 186 3/11/2025
3.0.932 181 3/11/2025
3.0.931 188 3/11/2025
3.0.930 177 3/11/2025
3.0.929 186 3/11/2025
3.0.928 244 3/7/2025
3.0.927 246 3/7/2025
3.0.926 143 3/2/2025
3.0.925 122 3/2/2025
3.0.924 121 3/2/2025
3.0.923 126 3/2/2025
3.0.922 141 3/1/2025
3.0.921 123 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 129 2/25/2025
3.0.916 132 2/25/2025
3.0.915 128 2/25/2025
3.0.914 129 2/25/2025
3.0.913 130 2/24/2025
3.0.912 123 2/23/2025
3.0.911 128 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 126 2/22/2025
3.0.906 120 2/22/2025
3.0.905 115 2/21/2025
3.0.904 128 2/21/2025
3.0.903 138 2/21/2025
3.0.902 135 2/19/2025
3.0.901 134 2/19/2025
3.0.900 130 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 134 2/18/2025
3.0.895 116 2/14/2025
3.0.894 132 2/14/2025
3.0.893 127 2/13/2025
3.0.892 108 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 127 2/11/2025
3.0.887 111 2/11/2025
3.0.886 127 2/11/2025
3.0.885 114 2/11/2025
3.0.884 122 2/11/2025
3.0.883 137 2/11/2025
3.0.882 125 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 134 2/10/2025
3.0.877 144 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 131 2/8/2025
3.0.870 136 2/7/2025
3.0.869 145 2/7/2025
3.0.868 140 2/7/2025
3.0.867 130 2/7/2025
3.0.866 122 2/7/2025
3.0.865 110 2/7/2025
3.0.864 134 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 136 2/5/2025
3.0.859 133 2/5/2025
3.0.858 136 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 132 1/28/2025
3.0.853 121 1/27/2025
3.0.852 121 1/27/2025
3.0.851 119 1/27/2025
3.0.850 126 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 121 1/25/2025
3.0.841 117 1/25/2025
3.0.840 118 1/24/2025
3.0.839 132 1/24/2025
3.0.838 119 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 121 1/23/2025
3.0.833 131 1/21/2025
3.0.832 130 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 134 1/21/2025
3.0.827 125 1/21/2025
3.0.826 136 1/21/2025
3.0.825 125 1/21/2025
3.0.824 124 1/21/2025
3.0.823 126 1/20/2025
3.0.822 122 1/20/2025
3.0.821 118 1/20/2025
3.0.820 118 1/20/2025
3.0.819 133 1/20/2025
3.0.818 121 1/20/2025
3.0.817 130 1/20/2025
3.0.816 113 1/20/2025
3.0.815 125 1/19/2025
3.0.814 131 1/19/2025
3.0.813 122 1/19/2025
3.0.812 126 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 124 1/18/2025
3.0.806 115 1/18/2025
3.0.805 112 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 116 1/17/2025
3.0.800 120 1/17/2025
3.0.799 111 1/17/2025
3.0.798 120 1/16/2025
3.0.797 117 1/16/2025
3.0.796 109 1/16/2025
3.0.795 117 1/16/2025
3.0.794 120 1/16/2025
3.0.793 116 1/16/2025
3.0.792 130 1/15/2025
3.0.791 109 1/15/2025
3.0.790 108 1/15/2025
3.0.789 119 1/15/2025
3.0.788 118 1/15/2025
3.0.787 93 1/15/2025
3.0.786 92 1/15/2025
3.0.785 107 1/14/2025
3.0.784 106 1/14/2025
3.0.783 107 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 111 1/13/2025
3.0.778 109 1/13/2025
3.0.777 110 1/13/2025
3.0.776 116 1/11/2025
3.0.775 128 1/11/2025
3.0.774 126 1/11/2025
3.0.773 125 1/11/2025
3.0.772 141 1/10/2025
3.0.771 138 1/10/2025
3.0.770 136 1/10/2025
3.0.769 130 1/10/2025
3.0.768 126 1/10/2025
3.0.767 153 1/3/2025
3.0.766 143 1/3/2025
3.0.765 139 1/2/2025
3.0.764 133 1/2/2025
3.0.763 129 1/2/2025
3.0.762 152 1/2/2025
3.0.761 137 1/1/2025
3.0.760 137 1/1/2025
3.0.759 139 1/1/2025
3.0.758 146 1/1/2025
3.0.757 136 1/1/2025
3.0.756 151 1/1/2025
3.0.755 145 1/1/2025
3.0.754 131 12/31/2024
3.0.753 128 12/31/2024
3.0.752 131 12/31/2024
3.0.751 150 12/31/2024
3.0.750 134 12/31/2024
3.0.749 141 12/31/2024
3.0.748 125 12/31/2024
3.0.747 127 12/31/2024
3.0.746 133 12/31/2024
3.0.745 126 12/31/2024
3.0.744 119 12/31/2024
3.0.743 126 12/28/2024
3.0.742 117 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 133 12/24/2024
3.0.737 118 12/24/2024
3.0.736 118 12/24/2024
3.0.735 137 12/24/2024
3.0.734 121 12/24/2024
3.0.733 121 12/23/2024
3.0.732 120 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 136 12/22/2024
3.0.727 100 12/22/2024
3.0.726 125 12/22/2024
3.0.725 120 12/22/2024
3.0.724 121 12/22/2024
3.0.723 128 12/22/2024
3.0.722 130 12/22/2024
3.0.721 130 12/21/2024
3.0.720 121 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 122 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 136 12/20/2024
3.0.711 119 12/20/2024
3.0.710 131 12/20/2024
3.0.709 116 12/19/2024
3.0.708 123 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 131 12/9/2024
3.0.699 116 12/9/2024
3.0.698 113 12/9/2024
3.0.697 122 12/9/2024
3.0.696 127 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 125 12/6/2024
3.0.689 138 12/6/2024
3.0.688 130 12/6/2024
3.0.687 129 12/5/2024
3.0.686 132 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 144 12/4/2024
3.0.679 137 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 146 12/4/2024
3.0.672 133 12/4/2024
3.0.671 130 12/3/2024
3.0.670 138 12/3/2024
3.0.669 140 12/3/2024
3.0.668 139 12/3/2024
3.0.667 118 12/3/2024
3.0.666 140 12/3/2024
3.0.665 130 12/2/2024
3.0.664 136 12/2/2024
3.0.663 134 12/2/2024
3.0.662 134 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 123 12/1/2024
3.0.657 137 12/1/2024
3.0.656 135 11/29/2024
3.0.655 127 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 138 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 123 11/19/2024
3.0.642 126 11/19/2024
3.0.641 112 11/19/2024
3.0.640 127 11/15/2024
3.0.639 125 11/14/2024
3.0.638 134 11/14/2024
3.0.637 132 11/14/2024
3.0.636 136 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 133 11/13/2024
2.1.627 127 11/13/2024
2.1.626 146 11/13/2024
2.1.625 148 11/12/2024
2.1.624 148 11/12/2024
2.1.623 143 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 138 11/8/2024
2.1.617 134 11/8/2024
2.1.616 122 11/8/2024
2.1.615 127 11/6/2024
2.1.614 135 11/1/2024
2.1.613 130 11/1/2024
2.1.612 127 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 127 10/29/2024
2.1.607 116 10/29/2024
2.1.606 130 10/28/2024
2.1.605 123 10/26/2024
2.1.604 130 10/26/2024
2.1.603 131 10/22/2024
2.1.602 122 10/22/2024
2.1.601 130 10/22/2024
2.1.600 138 10/22/2024
2.1.599 129 10/22/2024
2.1.598 130 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 131 10/14/2024
2.1.592 133 10/12/2024
2.1.591 131 10/12/2024
2.1.590 132 10/11/2024
2.1.589 139 10/9/2024
2.1.588 120 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 124 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 141 10/3/2024
2.1.577 113 10/3/2024
2.1.576 127 10/3/2024
2.1.575 123 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 120 9/27/2024
2.1.561 142 9/27/2024
2.1.560 135 9/27/2024
2.1.559 152 9/27/2024
2.1.558 134 9/27/2024
2.1.557 132 9/27/2024
2.1.556 142 9/27/2024
2.1.555 138 9/26/2024
2.1.554 131 9/26/2024
2.1.553 134 9/26/2024
2.1.552 133 9/26/2024
2.1.551 135 9/26/2024
2.1.550 140 9/26/2024
2.1.549 133 9/26/2024
2.1.548 146 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 136 9/23/2024
2.1.543 131 9/23/2024
2.1.542 130 9/23/2024
2.1.541 136 9/23/2024
2.1.540 124 9/23/2024
2.1.539 162 9/18/2024
2.1.538 126 9/18/2024
2.1.537 129 9/18/2024
2.1.536 143 9/18/2024
2.1.535 125 9/18/2024
2.1.534 134 9/17/2024
2.1.533 135 9/17/2024
2.1.531 140 9/17/2024
2.1.530 147 9/17/2024
2.1.529 141 9/17/2024
2.1.528 148 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 155 9/12/2024
2.1.522 157 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 148 9/11/2024
2.1.516 162 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 142 9/10/2024
2.1.511 150 9/10/2024
2.1.510 146 9/10/2024
2.1.509 141 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 145 9/7/2024
2.1.501 140 9/6/2024
2.1.500 144 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 162 9/5/2024
2.1.495 145 9/5/2024
2.1.494 153 9/5/2024
2.1.493 126 9/5/2024
2.1.492 156 9/5/2024
2.1.491 142 9/5/2024
2.1.490 158 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 147 9/3/2024
2.1.485 147 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 147 8/26/2024
2.1.478 149 8/26/2024
2.1.477 159 8/21/2024
2.1.476 164 8/21/2024
2.1.475 159 8/21/2024
2.1.474 150 8/21/2024
2.1.473 172 8/20/2024
2.1.472 163 8/20/2024
2.1.471 160 8/20/2024
2.1.470 162 8/20/2024
2.1.469 155 8/20/2024
2.1.468 157 8/20/2024
2.1.467 165 8/19/2024
2.1.466 151 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 158 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 133 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 127 7/25/2024
2.1.449 139 7/25/2024
2.1.448 132 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 134 7/20/2024
2.1.440 135 7/20/2024
2.1.439 132 7/14/2024
2.1.438 138 7/14/2024
2.1.437 118 7/14/2024
2.1.436 132 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 132 7/10/2024
2.1.431 120 7/10/2024
2.1.429 117 7/10/2024
2.1.428 108 7/10/2024
2.1.427 141 7/10/2024
2.1.426 138 7/10/2024
2.1.424 135 7/10/2024
2.1.423 144 7/9/2024
2.1.422 133 7/9/2024
2.1.421 108 7/9/2024
2.1.420 136 7/9/2024
2.1.419 142 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 142 7/7/2024
2.1.409 138 7/7/2024
2.1.408 139 7/3/2024
2.1.407 141 7/3/2024
2.1.406 140 7/3/2024
2.1.405 140 7/3/2024
2.1.404 141 7/3/2024
2.1.403 116 7/3/2024
2.1.402 155 6/27/2024
2.1.401 156 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 129 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 146 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 135 6/14/2024
2.1.386 141 6/4/2024
2.1.385 140 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 146 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 145 5/29/2024
2.1.370 139 5/29/2024
2.1.369 162 5/29/2024
2.1.368 146 5/28/2024
2.1.367 140 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 147 5/27/2024
2.1.361 141 5/27/2024
2.1.360 139 5/26/2024
2.1.359 154 5/26/2024
2.1.358 136 5/26/2024
2.1.357 159 5/26/2024
2.1.356 149 5/26/2024
2.1.355 154 5/26/2024
2.1.354 145 5/25/2024
2.1.353 137 5/25/2024
2.1.352 145 5/25/2024
2.1.351 150 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 154 5/23/2024
2.1.343 145 5/23/2024
2.1.342 149 5/22/2024
2.1.341 147 5/22/2024
2.1.340 162 5/22/2024
2.1.339 150 5/22/2024
2.1.338 142 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 141 5/17/2024
2.1.332 150 5/17/2024
2.1.331 142 5/16/2024
2.1.330 128 5/16/2024
2.1.329 141 5/16/2024
2.1.328 139 5/15/2024
2.1.327 133 5/15/2024
2.1.326 144 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 148 4/28/2024
2.1.311 142 4/28/2024
2.1.310 141 4/28/2024
2.1.309 145 4/28/2024
2.1.308 139 4/28/2024
2.1.307 142 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 149 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 146 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 160 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 150 4/12/2024
2.1.287 153 4/12/2024
2.1.286 151 4/12/2024
2.1.285 147 4/12/2024
2.1.284 152 4/11/2024
2.1.283 137 4/10/2024
2.1.282 143 4/10/2024
2.1.281 145 4/10/2024
2.1.280 148 4/10/2024
2.1.279 150 4/10/2024
2.1.278 142 4/3/2024
2.1.277 162 4/2/2024
2.1.276 150 4/2/2024
2.1.275 125 4/2/2024
2.1.274 165 4/2/2024
2.1.273 133 4/2/2024
2.1.272 596 3/30/2024
2.1.271 155 3/29/2024
2.1.270 154 3/29/2024
2.1.269 154 3/25/2024
2.1.268 139 3/25/2024
2.1.267 149 3/25/2024
2.1.266 153 3/25/2024
2.1.265 149 3/25/2024
2.1.264 157 3/21/2024
2.1.263 152 3/21/2024
2.1.262 149 3/20/2024
2.1.261 152 3/20/2024
2.1.260 137 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 138 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 146 3/15/2024
2.1.247 150 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 165 3/13/2024
2.1.240 161 3/13/2024
2.1.239 144 3/13/2024
2.1.238 169 3/13/2024
2.1.237 150 3/12/2024
2.1.236 164 3/12/2024
2.1.235 158 3/12/2024
2.1.234 156 3/12/2024
2.1.233 134 3/12/2024
2.1.232 164 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 148 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 154 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 159 3/4/2024
2.1.211 171 3/4/2024
2.1.210 156 3/3/2024
2.1.209 171 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 159 3/2/2024
2.1.204 151 3/2/2024
2.1.203 154 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 147 2/29/2024
2.1.197 149 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 153 2/25/2024
2.1.188 152 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 154 2/24/2024
2.1.183 152 2/23/2024
2.1.182 143 2/23/2024
2.1.181 158 2/22/2024
2.1.180 159 2/22/2024
2.1.179 167 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 164 2/21/2024
2.1.173 155 2/21/2024
2.1.172 153 2/21/2024
2.1.171 152 2/21/2024
2.1.170 154 2/21/2024
2.1.169 151 2/21/2024
2.1.168 166 2/20/2024
2.1.167 137 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 164 2/20/2024
2.1.161 159 2/20/2024
2.1.160 149 2/19/2024
2.1.159 153 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 148 2/17/2024
2.1.151 150 2/16/2024
2.1.150 145 2/16/2024
2.1.149 146 2/16/2024
2.1.148 153 2/16/2024
2.1.147 152 2/16/2024
2.1.146 157 2/16/2024
2.1.145 143 2/16/2024
2.1.144 150 2/16/2024
2.1.143 147 2/14/2024
2.1.142 151 2/14/2024
2.1.141 159 2/14/2024
2.1.140 160 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 146 2/13/2024
2.1.135 144 2/13/2024
2.1.134 175 2/13/2024
2.1.133 138 2/13/2024
2.1.132 168 2/12/2024
2.1.131 162 2/12/2024
2.1.130 159 2/12/2024
2.1.129 178 2/12/2024
2.1.128 168 2/11/2024
2.1.127 164 2/11/2024
2.1.126 146 2/11/2024
2.1.125 153 2/11/2024
2.1.124 165 2/11/2024
2.1.123 157 2/11/2024
2.1.122 161 2/10/2024
2.1.121 172 2/10/2024
2.1.120 167 2/10/2024
2.1.119 171 2/10/2024
2.1.118 149 2/9/2024
2.1.117 171 2/9/2024
2.1.116 160 2/9/2024
2.1.115 173 2/9/2024
2.1.114 166 2/9/2024
2.1.113 149 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 170 2/8/2024
2.1.108 158 2/8/2024
2.1.107 152 2/8/2024
2.1.106 157 2/8/2024
2.1.105 167 2/7/2024
2.1.104 168 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 164 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 144 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 130 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 145 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 152 1/30/2024
2.1.78 135 1/29/2024
2.1.77 147 1/29/2024
2.1.76 130 1/29/2024
2.1.75 153 1/29/2024
2.1.74 149 1/29/2024
2.1.73 154 1/28/2024
2.1.72 147 1/28/2024
2.1.71 129 1/28/2024
2.1.70 146 1/28/2024
2.1.69 142 1/28/2024
2.1.68 146 1/28/2024
2.1.67 149 1/28/2024
2.1.66 155 1/27/2024
2.1.65 154 1/27/2024
2.1.64 135 1/27/2024
2.1.63 159 1/27/2024
2.1.62 149 1/27/2024
2.1.61 152 1/27/2024
2.1.60 148 1/27/2024
2.1.59 140 1/27/2024
2.1.58 140 1/26/2024
2.1.57 152 1/26/2024
2.1.56 145 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 161 1/25/2024
2.1.49 148 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 154 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 171 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 161 1/13/2024
2.1.29 162 1/13/2024
2.1.28 157 1/13/2024
2.1.27 152 1/13/2024
2.1.26 180 1/12/2024
2.1.25 148 1/12/2024
2.1.24 158 1/12/2024
2.1.23 140 1/11/2024
2.1.22 162 1/11/2024
2.1.21 139 1/11/2024
2.1.20 157 1/9/2024
2.1.19 153 1/8/2024
2.1.18 154 1/8/2024
2.1.17 168 1/8/2024
2.1.16 179 1/7/2024
2.1.15 170 1/6/2024
2.1.14 165 1/5/2024
2.1.13 167 1/5/2024
2.1.12 166 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 184 1/1/2024
2.1.4 164 1/1/2024
2.1.3 170 12/31/2023
2.1.2 156 12/31/2023
2.1.1 159 12/31/2023