Soenneker.Utils.String.JaccardSimilarity 3.0.984

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