Soenneker.Utils.String.JaccardSimilarity 3.0.963

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.963
                    
NuGet\Install-Package Soenneker.Utils.String.JaccardSimilarity -Version 3.0.963
                    
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.963" />
                    
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.963" />
                    
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.963
                    
#r "nuget: Soenneker.Utils.String.JaccardSimilarity, 3.0.963"
                    
#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.963
                    
#: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.963
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.String.JaccardSimilarity&version=3.0.963
                    
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 147 9/3/2025
3.0.984 132 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 164 5/7/2025
3.0.979 164 5/5/2025
3.0.978 160 5/5/2025
3.0.977 156 5/5/2025
3.0.976 185 4/8/2025
3.0.975 190 4/8/2025
3.0.974 172 4/8/2025
3.0.973 175 4/8/2025
3.0.972 178 4/8/2025
3.0.971 190 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 167 4/7/2025
3.0.966 187 4/7/2025
3.0.965 173 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 153 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 135 4/6/2025
3.0.956 111 4/5/2025
3.0.955 103 4/5/2025
3.0.954 109 4/5/2025
3.0.953 110 4/5/2025
3.0.952 107 4/5/2025
3.0.951 108 4/5/2025
3.0.950 112 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 171 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 152 3/21/2025
3.0.940 165 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 174 3/12/2025
3.0.935 173 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 166 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 119 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 124 2/21/2025
3.0.902 123 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 131 2/18/2025
3.0.897 129 2/18/2025
3.0.896 121 2/18/2025
3.0.895 105 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 114 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 115 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 130 2/9/2025
3.0.876 126 2/9/2025
3.0.875 122 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 118 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 126 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 126 1/28/2025
3.0.856 105 1/28/2025
3.0.855 108 1/28/2025
3.0.854 119 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 109 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 105 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 107 1/21/2025
3.0.828 120 1/21/2025
3.0.827 113 1/21/2025
3.0.826 124 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 106 1/20/2025
3.0.820 107 1/20/2025
3.0.819 121 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 104 1/19/2025
3.0.809 111 1/19/2025
3.0.808 100 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 107 1/16/2025
3.0.797 105 1/16/2025
3.0.796 96 1/16/2025
3.0.795 103 1/16/2025
3.0.794 108 1/16/2025
3.0.793 106 1/16/2025
3.0.792 115 1/15/2025
3.0.791 96 1/15/2025
3.0.790 96 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 93 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 103 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 125 1/10/2025
3.0.770 125 1/10/2025
3.0.769 119 1/10/2025
3.0.768 115 1/10/2025
3.0.767 139 1/3/2025
3.0.766 132 1/3/2025
3.0.765 128 1/2/2025
3.0.764 121 1/2/2025
3.0.763 118 1/2/2025
3.0.762 141 1/2/2025
3.0.761 134 1/1/2025
3.0.760 124 1/1/2025
3.0.759 128 1/1/2025
3.0.758 135 1/1/2025
3.0.757 133 1/1/2025
3.0.756 138 1/1/2025
3.0.755 131 1/1/2025
3.0.754 119 12/31/2024
3.0.753 117 12/31/2024
3.0.752 117 12/31/2024
3.0.751 139 12/31/2024
3.0.750 124 12/31/2024
3.0.749 127 12/31/2024
3.0.748 110 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 121 12/24/2024
3.0.737 106 12/24/2024
3.0.736 105 12/24/2024
3.0.735 121 12/24/2024
3.0.734 108 12/24/2024
3.0.733 109 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 123 12/22/2024
3.0.727 100 12/22/2024
3.0.726 124 12/22/2024
3.0.725 119 12/22/2024
3.0.724 108 12/22/2024
3.0.723 115 12/22/2024
3.0.722 118 12/22/2024
3.0.721 119 12/21/2024
3.0.720 108 12/21/2024
3.0.719 113 12/21/2024
3.0.718 114 12/21/2024
3.0.717 122 12/21/2024
3.0.716 119 12/21/2024
3.0.715 117 12/21/2024
3.0.714 119 12/20/2024
3.0.713 123 12/20/2024
3.0.712 123 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 135 12/18/2024
3.0.704 109 12/16/2024
3.0.703 109 12/16/2024
3.0.702 112 12/10/2024
3.0.701 110 12/10/2024
3.0.700 113 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 114 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 131 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 118 12/3/2024
3.0.670 125 12/3/2024
3.0.669 127 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 108 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 126 11/29/2024
3.0.653 127 11/21/2024
3.0.652 124 11/21/2024
3.0.651 122 11/20/2024
3.0.650 120 11/20/2024
3.0.649 106 11/20/2024
3.0.648 122 11/20/2024
3.0.647 119 11/20/2024
3.0.646 113 11/19/2024
3.0.645 121 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 114 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 122 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 131 11/9/2024
2.1.622 133 11/9/2024
2.1.621 122 11/9/2024
2.1.620 110 11/8/2024
2.1.619 124 11/8/2024
2.1.618 120 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 121 11/1/2024
2.1.613 116 11/1/2024
2.1.612 115 11/1/2024
2.1.611 119 10/29/2024
2.1.610 119 10/29/2024
2.1.609 118 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 120 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 127 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 116 10/15/2024
2.1.593 119 10/14/2024
2.1.592 122 10/12/2024
2.1.591 118 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 119 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 119 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 120 10/2/2024
2.1.574 120 10/2/2024
2.1.573 126 10/2/2024
2.1.572 120 10/2/2024
2.1.571 106 10/1/2024
2.1.570 128 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 131 9/27/2024
2.1.560 125 9/27/2024
2.1.559 138 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 128 9/26/2024
2.1.553 118 9/26/2024
2.1.552 120 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 124 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 153 9/18/2024
2.1.538 117 9/18/2024
2.1.537 123 9/18/2024
2.1.536 131 9/18/2024
2.1.535 114 9/18/2024
2.1.534 125 9/17/2024
2.1.533 124 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 133 9/17/2024
2.1.526 113 9/16/2024
2.1.525 141 9/16/2024
2.1.524 134 9/12/2024
2.1.523 138 9/12/2024
2.1.522 143 9/12/2024
2.1.521 139 9/12/2024
2.1.520 138 9/11/2024
2.1.519 127 9/11/2024
2.1.517 134 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 133 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 142 9/9/2024
2.1.507 138 9/9/2024
2.1.506 126 9/9/2024
2.1.505 127 9/9/2024
2.1.504 140 9/9/2024
2.1.503 144 9/7/2024
2.1.502 131 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 139 9/5/2024
2.1.491 139 9/5/2024
2.1.490 138 9/4/2024
2.1.489 133 9/4/2024
2.1.488 132 9/3/2024
2.1.487 129 9/3/2024
2.1.486 135 9/3/2024
2.1.485 134 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 134 8/26/2024
2.1.478 140 8/26/2024
2.1.477 156 8/21/2024
2.1.476 153 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 139 8/15/2024
2.1.465 148 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 145 8/14/2024
2.1.460 149 8/13/2024
2.1.459 137 8/7/2024
2.1.458 131 8/7/2024
2.1.457 126 8/7/2024
2.1.456 119 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 118 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 125 7/14/2024
2.1.437 108 7/14/2024
2.1.436 120 7/14/2024
2.1.435 116 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 96 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 120 7/9/2024
2.1.421 107 7/9/2024
2.1.420 124 7/9/2024
2.1.419 129 7/9/2024
2.1.418 115 7/9/2024
2.1.417 120 7/9/2024
2.1.416 130 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 122 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 129 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 142 6/27/2024
2.1.401 144 6/27/2024
2.1.400 142 6/27/2024
2.1.399 137 6/22/2024
2.1.398 148 6/22/2024
2.1.397 141 6/22/2024
2.1.396 117 6/16/2024
2.1.395 127 6/15/2024
2.1.394 121 6/15/2024
2.1.393 133 6/15/2024
2.1.392 134 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 126 6/4/2024
2.1.384 135 6/2/2024
2.1.383 136 6/1/2024
2.1.382 133 6/1/2024
2.1.381 137 6/1/2024
2.1.380 130 6/1/2024
2.1.379 137 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 134 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 149 5/29/2024
2.1.368 134 5/28/2024
2.1.367 128 5/28/2024
2.1.366 128 5/28/2024
2.1.365 119 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 141 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 140 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 133 5/25/2024
2.1.350 142 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 135 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 129 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 128 5/15/2024
2.1.327 122 5/15/2024
2.1.326 133 5/15/2024
2.1.325 123 5/13/2024
2.1.324 136 5/13/2024
2.1.323 126 5/13/2024
2.1.322 128 5/12/2024
2.1.321 155 4/30/2024
2.1.320 151 4/30/2024
2.1.319 130 4/30/2024
2.1.318 143 4/30/2024
2.1.317 139 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 134 4/28/2024
2.1.311 130 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 123 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 137 4/19/2024
2.1.301 121 4/19/2024
2.1.300 111 4/19/2024
2.1.299 125 4/19/2024
2.1.298 133 4/19/2024
2.1.297 130 4/18/2024
2.1.296 159 4/13/2024
2.1.295 138 4/13/2024
2.1.294 130 4/13/2024
2.1.293 145 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 139 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 136 4/10/2024
2.1.278 131 4/3/2024
2.1.277 149 4/2/2024
2.1.276 137 4/2/2024
2.1.275 112 4/2/2024
2.1.274 153 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 134 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 142 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 131 3/18/2024
2.1.251 149 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 152 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 146 3/11/2024
2.1.229 139 3/11/2024
2.1.228 132 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 144 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 160 3/4/2024
2.1.210 145 3/3/2024
2.1.209 158 3/3/2024
2.1.208 150 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 141 3/2/2024
2.1.202 154 3/2/2024
2.1.201 147 3/2/2024
2.1.200 151 3/2/2024
2.1.199 142 2/29/2024
2.1.198 144 2/29/2024
2.1.197 137 2/29/2024
2.1.196 142 2/29/2024
2.1.195 130 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 150 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 148 2/22/2024
2.1.175 139 2/21/2024
2.1.174 152 2/21/2024
2.1.173 143 2/21/2024
2.1.172 150 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 154 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 150 2/20/2024
2.1.163 143 2/20/2024
2.1.162 152 2/20/2024
2.1.161 147 2/20/2024
2.1.160 140 2/19/2024
2.1.159 139 2/19/2024
2.1.158 146 2/19/2024
2.1.157 147 2/19/2024
2.1.156 143 2/17/2024
2.1.155 136 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 134 2/16/2024
2.1.148 142 2/16/2024
2.1.147 138 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 146 2/14/2024
2.1.140 145 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 147 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 146 2/11/2024
2.1.122 156 2/10/2024
2.1.121 160 2/10/2024
2.1.120 156 2/10/2024
2.1.119 159 2/10/2024
2.1.118 139 2/9/2024
2.1.117 156 2/9/2024
2.1.116 148 2/9/2024
2.1.115 161 2/9/2024
2.1.114 154 2/9/2024
2.1.113 138 2/9/2024
2.1.112 139 2/9/2024
2.1.111 148 2/8/2024
2.1.110 149 2/8/2024
2.1.109 158 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 156 2/7/2024
2.1.102 140 2/7/2024
2.1.101 151 2/7/2024
2.1.100 152 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 156 2/6/2024
2.1.95 131 2/5/2024
2.1.94 140 2/5/2024
2.1.93 139 2/5/2024
2.1.92 144 2/4/2024
2.1.91 117 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 117 1/31/2024
2.1.84 137 1/31/2024
2.1.83 133 1/31/2024
2.1.82 123 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 124 1/29/2024
2.1.77 134 1/29/2024
2.1.76 117 1/29/2024
2.1.75 143 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 117 1/28/2024
2.1.70 133 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 147 1/27/2024
2.1.62 136 1/27/2024
2.1.61 140 1/27/2024
2.1.60 133 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 143 1/26/2024
2.1.54 134 1/26/2024
2.1.53 143 1/26/2024
2.1.52 113 1/26/2024
2.1.51 122 1/26/2024
2.1.50 148 1/25/2024
2.1.49 136 1/25/2024
2.1.48 143 1/25/2024
2.1.47 138 1/25/2024
2.1.46 140 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 143 1/15/2024
2.1.40 157 1/15/2024
2.1.39 143 1/15/2024
2.1.38 150 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 156 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 143 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 144 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 150 1/5/2024
2.1.13 156 1/5/2024
2.1.12 154 1/5/2024
2.1.11 118 1/5/2024
2.1.10 151 1/5/2024
2.1.9 156 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 157 12/31/2023
2.1.2 145 12/31/2023
2.1.1 157 12/31/2023