Soenneker.Utils.String.JaccardSimilarity 3.0.953

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