Soenneker.Utils.String.JaccardSimilarity 3.0.971

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