Soenneker.Utils.String.JaccardSimilarity 3.0.985

Prefix Reserved
dotnet add package Soenneker.Utils.String.JaccardSimilarity --version 3.0.985
                    
NuGet\Install-Package Soenneker.Utils.String.JaccardSimilarity -Version 3.0.985
                    
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.985" />
                    
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.985" />
                    
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.985
                    
#r "nuget: Soenneker.Utils.String.JaccardSimilarity, 3.0.985"
                    
#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.985
                    
#: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.985
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.String.JaccardSimilarity&version=3.0.985
                    
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 117 9/3/2025
3.0.984 129 8/11/2025
3.0.983 96 6/27/2025
3.0.982 161 5/27/2025
3.0.981 153 5/22/2025
3.0.980 159 5/7/2025
3.0.979 156 5/5/2025
3.0.978 153 5/5/2025
3.0.977 155 5/5/2025
3.0.976 182 4/8/2025
3.0.975 183 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 184 4/8/2025
3.0.970 173 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 178 4/6/2025
3.0.961 148 4/6/2025
3.0.960 158 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 106 4/5/2025
3.0.955 97 4/5/2025
3.0.954 102 4/5/2025
3.0.953 104 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 168 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 148 3/21/2025
3.0.940 161 3/18/2025
3.0.939 159 3/18/2025
3.0.938 91 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 168 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 107 3/2/2025
3.0.924 105 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 119 3/1/2025
3.0.919 108 3/1/2025
3.0.918 101 3/1/2025
3.0.917 111 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 112 2/23/2025
3.0.910 107 2/22/2025
3.0.909 113 2/22/2025
3.0.908 99 2/22/2025
3.0.907 113 2/22/2025
3.0.906 106 2/22/2025
3.0.905 105 2/21/2025
3.0.904 112 2/21/2025
3.0.903 122 2/21/2025
3.0.902 121 2/19/2025
3.0.901 115 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 113 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 99 2/11/2025
3.0.886 111 2/11/2025
3.0.885 100 2/11/2025
3.0.884 105 2/11/2025
3.0.883 120 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 125 2/10/2025
3.0.878 118 2/10/2025
3.0.877 122 2/9/2025
3.0.876 124 2/9/2025
3.0.875 120 2/9/2025
3.0.874 119 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 120 2/7/2025
3.0.869 125 2/7/2025
3.0.868 123 2/7/2025
3.0.867 112 2/7/2025
3.0.866 105 2/7/2025
3.0.865 95 2/7/2025
3.0.864 113 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 121 2/5/2025
3.0.859 115 2/5/2025
3.0.858 123 2/5/2025
3.0.857 120 1/28/2025
3.0.856 103 1/28/2025
3.0.855 106 1/28/2025
3.0.854 117 1/28/2025
3.0.853 99 1/27/2025
3.0.852 104 1/27/2025
3.0.851 103 1/27/2025
3.0.850 110 1/27/2025
3.0.849 106 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 105 1/25/2025
3.0.841 107 1/25/2025
3.0.840 102 1/24/2025
3.0.839 113 1/24/2025
3.0.838 100 1/24/2025
3.0.837 105 1/24/2025
3.0.836 108 1/24/2025
3.0.835 102 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 113 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 109 1/20/2025
3.0.822 108 1/20/2025
3.0.821 103 1/20/2025
3.0.820 104 1/20/2025
3.0.819 116 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 115 1/19/2025
3.0.813 102 1/19/2025
3.0.812 107 1/19/2025
3.0.811 98 1/19/2025
3.0.810 101 1/19/2025
3.0.809 108 1/19/2025
3.0.808 96 1/18/2025
3.0.807 107 1/18/2025
3.0.806 101 1/18/2025
3.0.805 98 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 94 1/17/2025
3.0.798 102 1/16/2025
3.0.797 98 1/16/2025
3.0.796 93 1/16/2025
3.0.795 102 1/16/2025
3.0.794 105 1/16/2025
3.0.793 100 1/16/2025
3.0.792 109 1/15/2025
3.0.791 96 1/15/2025
3.0.790 94 1/15/2025
3.0.789 104 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 108 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 114 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 136 1/3/2025
3.0.766 129 1/3/2025
3.0.765 119 1/2/2025
3.0.764 117 1/2/2025
3.0.763 116 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 130 1/1/2025
3.0.757 129 1/1/2025
3.0.756 130 1/1/2025
3.0.755 130 1/1/2025
3.0.754 115 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 106 12/31/2024
3.0.747 110 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 110 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 105 12/24/2024
3.0.733 104 12/23/2024
3.0.732 106 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 117 12/22/2024
3.0.727 100 12/22/2024
3.0.726 119 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 117 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 114 12/20/2024
3.0.709 101 12/19/2024
3.0.708 106 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 105 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 112 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 126 12/6/2024
3.0.690 108 12/6/2024
3.0.689 120 12/6/2024
3.0.688 117 12/6/2024
3.0.687 117 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 122 12/5/2024
3.0.680 128 12/4/2024
3.0.679 120 12/4/2024
3.0.678 118 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 122 12/4/2024
3.0.673 120 12/4/2024
3.0.672 120 12/4/2024
3.0.671 112 12/3/2024
3.0.670 123 12/3/2024
3.0.669 125 12/3/2024
3.0.668 124 12/3/2024
3.0.667 108 12/3/2024
3.0.666 109 12/3/2024
3.0.665 114 12/2/2024
3.0.664 115 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 120 12/1/2024
3.0.658 106 12/1/2024
3.0.657 120 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 122 11/21/2024
3.0.652 122 11/21/2024
3.0.651 118 11/20/2024
3.0.650 120 11/20/2024
3.0.649 106 11/20/2024
3.0.648 119 11/20/2024
3.0.647 119 11/20/2024
3.0.646 106 11/19/2024
3.0.645 114 11/19/2024
3.0.644 109 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 108 11/15/2024
3.0.639 113 11/14/2024
3.0.638 112 11/14/2024
3.0.637 116 11/14/2024
3.0.636 115 11/14/2024
3.0.635 109 11/14/2024
3.0.634 111 11/14/2024
3.0.633 112 11/14/2024
3.0.632 115 11/14/2024
3.0.631 118 11/14/2024
3.0.630 112 11/14/2024
3.0.629 116 11/14/2024
2.1.628 117 11/13/2024
2.1.627 110 11/13/2024
2.1.626 125 11/13/2024
2.1.625 134 11/12/2024
2.1.624 131 11/12/2024
2.1.623 126 11/9/2024
2.1.622 127 11/9/2024
2.1.621 121 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 119 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 113 11/1/2024
2.1.612 112 11/1/2024
2.1.611 116 10/29/2024
2.1.610 111 10/29/2024
2.1.609 109 10/29/2024
2.1.608 112 10/29/2024
2.1.607 100 10/29/2024
2.1.606 118 10/28/2024
2.1.605 112 10/26/2024
2.1.604 119 10/26/2024
2.1.603 115 10/22/2024
2.1.602 107 10/22/2024
2.1.601 112 10/22/2024
2.1.600 124 10/22/2024
2.1.599 111 10/22/2024
2.1.598 118 10/18/2024
2.1.597 114 10/17/2024
2.1.596 118 10/17/2024
2.1.595 120 10/15/2024
2.1.594 111 10/15/2024
2.1.593 114 10/14/2024
2.1.592 118 10/12/2024
2.1.591 110 10/12/2024
2.1.590 112 10/11/2024
2.1.589 122 10/9/2024
2.1.588 108 10/9/2024
2.1.587 113 10/9/2024
2.1.586 117 10/9/2024
2.1.585 113 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 114 10/3/2024
2.1.579 102 10/3/2024
2.1.578 124 10/3/2024
2.1.577 111 10/3/2024
2.1.576 111 10/3/2024
2.1.575 116 10/2/2024
2.1.574 117 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 108 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 114 9/29/2024
2.1.564 114 9/29/2024
2.1.563 109 9/29/2024
2.1.562 116 9/27/2024
2.1.561 126 9/27/2024
2.1.560 120 9/27/2024
2.1.559 131 9/27/2024
2.1.558 120 9/27/2024
2.1.557 119 9/27/2024
2.1.556 118 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 119 9/26/2024
2.1.551 112 9/26/2024
2.1.550 122 9/26/2024
2.1.549 126 9/26/2024
2.1.548 125 9/26/2024
2.1.547 118 9/23/2024
2.1.546 108 9/23/2024
2.1.545 118 9/23/2024
2.1.544 118 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 148 9/18/2024
2.1.538 113 9/18/2024
2.1.537 119 9/18/2024
2.1.536 128 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 124 9/17/2024
2.1.530 130 9/17/2024
2.1.529 126 9/17/2024
2.1.528 132 9/17/2024
2.1.527 125 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 132 9/12/2024
2.1.522 139 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 120 9/10/2024
2.1.513 123 9/10/2024
2.1.512 128 9/10/2024
2.1.511 131 9/10/2024
2.1.510 132 9/10/2024
2.1.509 122 9/9/2024
2.1.508 136 9/9/2024
2.1.507 134 9/9/2024
2.1.506 123 9/9/2024
2.1.505 124 9/9/2024
2.1.504 139 9/9/2024
2.1.503 140 9/7/2024
2.1.502 126 9/7/2024
2.1.501 133 9/6/2024
2.1.500 132 9/6/2024
2.1.499 133 9/6/2024
2.1.498 130 9/6/2024
2.1.497 129 9/5/2024
2.1.496 136 9/5/2024
2.1.495 132 9/5/2024
2.1.494 139 9/5/2024
2.1.493 124 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 130 8/26/2024
2.1.478 136 8/26/2024
2.1.477 149 8/21/2024
2.1.476 149 8/21/2024
2.1.475 142 8/21/2024
2.1.474 130 8/21/2024
2.1.473 159 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 138 8/15/2024
2.1.465 146 8/15/2024
2.1.464 141 8/15/2024
2.1.463 146 8/14/2024
2.1.462 140 8/14/2024
2.1.461 143 8/14/2024
2.1.460 143 8/13/2024
2.1.459 132 8/7/2024
2.1.458 126 8/7/2024
2.1.457 124 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 105 8/1/2024
2.1.450 111 7/25/2024
2.1.449 121 7/25/2024
2.1.448 112 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 116 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 93 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 128 7/9/2024
2.1.422 113 7/9/2024
2.1.421 105 7/9/2024
2.1.420 117 7/9/2024
2.1.419 126 7/9/2024
2.1.418 110 7/9/2024
2.1.417 115 7/9/2024
2.1.416 123 7/9/2024
2.1.415 122 7/8/2024
2.1.414 134 7/8/2024
2.1.413 137 7/8/2024
2.1.412 119 7/8/2024
2.1.411 132 7/8/2024
2.1.410 127 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 123 7/3/2024
2.1.405 125 7/3/2024
2.1.404 125 7/3/2024
2.1.403 106 7/3/2024
2.1.402 138 6/27/2024
2.1.401 140 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 117 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 131 6/15/2024
2.1.391 127 6/15/2024
2.1.390 117 6/15/2024
2.1.389 121 6/15/2024
2.1.388 119 6/14/2024
2.1.387 117 6/14/2024
2.1.386 125 6/4/2024
2.1.385 122 6/4/2024
2.1.384 134 6/2/2024
2.1.383 133 6/1/2024
2.1.382 130 6/1/2024
2.1.381 128 6/1/2024
2.1.380 128 6/1/2024
2.1.379 131 6/1/2024
2.1.378 129 6/1/2024
2.1.377 114 6/1/2024
2.1.376 127 5/31/2024
2.1.375 128 5/31/2024
2.1.374 106 5/31/2024
2.1.373 123 5/31/2024
2.1.372 128 5/29/2024
2.1.371 130 5/29/2024
2.1.370 121 5/29/2024
2.1.369 145 5/29/2024
2.1.368 131 5/28/2024
2.1.367 122 5/28/2024
2.1.366 122 5/28/2024
2.1.365 116 5/28/2024
2.1.364 125 5/28/2024
2.1.363 114 5/27/2024
2.1.362 132 5/27/2024
2.1.361 120 5/27/2024
2.1.360 123 5/26/2024
2.1.359 138 5/26/2024
2.1.358 126 5/26/2024
2.1.357 140 5/26/2024
2.1.356 131 5/26/2024
2.1.355 138 5/26/2024
2.1.354 129 5/25/2024
2.1.353 123 5/25/2024
2.1.352 129 5/25/2024
2.1.351 130 5/25/2024
2.1.350 137 5/25/2024
2.1.349 139 5/25/2024
2.1.348 135 5/23/2024
2.1.347 131 5/23/2024
2.1.346 130 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 136 5/22/2024
2.1.338 123 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 134 5/17/2024
2.1.331 126 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 116 5/15/2024
2.1.326 130 5/15/2024
2.1.325 118 5/13/2024
2.1.324 132 5/13/2024
2.1.323 123 5/13/2024
2.1.322 120 5/12/2024
2.1.321 149 4/30/2024
2.1.320 146 4/30/2024
2.1.319 130 4/30/2024
2.1.318 138 4/30/2024
2.1.317 136 4/29/2024
2.1.316 126 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 129 4/28/2024
2.1.310 129 4/28/2024
2.1.309 130 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 140 4/20/2024
2.1.302 132 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 127 4/19/2024
2.1.297 127 4/18/2024
2.1.296 156 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 131 4/12/2024
2.1.290 133 4/12/2024
2.1.289 130 4/12/2024
2.1.288 132 4/12/2024
2.1.287 138 4/12/2024
2.1.286 134 4/12/2024
2.1.285 133 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 150 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 139 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 142 3/21/2024
2.1.263 139 3/21/2024
2.1.262 130 3/20/2024
2.1.261 135 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 146 3/19/2024
2.1.256 121 3/19/2024
2.1.255 140 3/19/2024
2.1.254 151 3/19/2024
2.1.253 143 3/19/2024
2.1.252 124 3/18/2024
2.1.251 146 3/16/2024
2.1.250 143 3/16/2024
2.1.249 146 3/16/2024
2.1.248 134 3/15/2024
2.1.247 137 3/14/2024
2.1.246 152 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 148 3/13/2024
2.1.240 146 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 141 3/12/2024
2.1.234 137 3/12/2024
2.1.233 120 3/12/2024
2.1.232 147 3/12/2024
2.1.231 136 3/11/2024
2.1.230 144 3/11/2024
2.1.229 129 3/11/2024
2.1.228 124 3/11/2024
2.1.227 135 3/10/2024
2.1.226 129 3/10/2024
2.1.225 125 3/10/2024
2.1.224 148 3/9/2024
2.1.223 137 3/8/2024
2.1.222 144 3/8/2024
2.1.221 138 3/8/2024
2.1.220 134 3/8/2024
2.1.219 147 3/8/2024
2.1.218 126 3/8/2024
2.1.217 150 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 144 3/4/2024
2.1.212 143 3/4/2024
2.1.211 154 3/4/2024
2.1.210 143 3/3/2024
2.1.209 155 3/3/2024
2.1.208 145 3/3/2024
2.1.207 158 3/3/2024
2.1.206 147 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 144 3/2/2024
2.1.199 141 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 127 2/26/2024
2.1.190 137 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 139 2/25/2024
2.1.185 136 2/24/2024
2.1.184 138 2/24/2024
2.1.183 137 2/23/2024
2.1.182 122 2/23/2024
2.1.181 141 2/22/2024
2.1.180 146 2/22/2024
2.1.179 148 2/22/2024
2.1.178 147 2/22/2024
2.1.177 131 2/22/2024
2.1.176 146 2/22/2024
2.1.175 136 2/21/2024
2.1.174 148 2/21/2024
2.1.173 136 2/21/2024
2.1.172 143 2/21/2024
2.1.171 147 2/21/2024
2.1.170 138 2/21/2024
2.1.169 136 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 139 2/20/2024
2.1.162 144 2/20/2024
2.1.161 138 2/20/2024
2.1.160 135 2/19/2024
2.1.159 138 2/19/2024
2.1.158 140 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 140 2/17/2024
2.1.153 130 2/17/2024
2.1.152 133 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 139 2/16/2024
2.1.147 136 2/16/2024
2.1.146 142 2/16/2024
2.1.145 134 2/16/2024
2.1.144 137 2/16/2024
2.1.143 128 2/14/2024
2.1.142 133 2/14/2024
2.1.141 144 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 134 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 143 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 136 2/11/2024
2.1.124 155 2/11/2024
2.1.123 141 2/11/2024
2.1.122 148 2/10/2024
2.1.121 157 2/10/2024
2.1.120 153 2/10/2024
2.1.119 154 2/10/2024
2.1.118 137 2/9/2024
2.1.117 150 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 141 2/8/2024
2.1.110 149 2/8/2024
2.1.109 155 2/8/2024
2.1.108 141 2/8/2024
2.1.107 142 2/8/2024
2.1.106 141 2/8/2024
2.1.105 153 2/7/2024
2.1.104 149 2/7/2024
2.1.103 155 2/7/2024
2.1.102 135 2/7/2024
2.1.101 146 2/7/2024
2.1.100 145 2/7/2024
2.1.99 148 2/7/2024
2.1.98 147 2/6/2024
2.1.97 150 2/6/2024
2.1.96 151 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 141 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 144 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 120 1/31/2024
2.1.81 124 1/30/2024
2.1.80 126 1/30/2024
2.1.79 136 1/30/2024
2.1.78 124 1/29/2024
2.1.77 128 1/29/2024
2.1.76 113 1/29/2024
2.1.75 138 1/29/2024
2.1.74 134 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 131 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 135 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 130 1/27/2024
2.1.60 126 1/27/2024
2.1.59 122 1/27/2024
2.1.58 123 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 139 1/26/2024
2.1.52 113 1/26/2024
2.1.51 116 1/26/2024
2.1.50 143 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 146 1/16/2024
2.1.42 140 1/16/2024
2.1.41 134 1/15/2024
2.1.40 154 1/15/2024
2.1.39 139 1/15/2024
2.1.38 147 1/15/2024
2.1.37 148 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 141 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 163 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 144 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 139 1/8/2024
2.1.17 149 1/8/2024
2.1.16 164 1/7/2024
2.1.15 154 1/6/2024
2.1.14 144 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 147 1/1/2024
2.1.7 135 1/1/2024
2.1.6 142 1/1/2024
2.1.5 167 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