Soenneker.Utils.String.JaccardSimilarity 3.0.962

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